Trait tvix_eval::AddContext
source · pub trait AddContext {
// Required method
fn context<S: Into<String>>(self, ctx: S) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait AddContext {
// Required method
fn context<S: Into<String>>(self, ctx: S) -> Self;
}