Trait tvix_eval::AddContext
source · pub trait AddContext {
// Required method
fn context<S: Into<String>>(self, ctx: S) -> Self;
}
pub trait AddContext {
// Required method
fn context<S: Into<String>>(self, ctx: S) -> Self;
}