Trait jj_cli::templater::TemplateProperty
source · pub trait TemplateProperty<C> {
type Output;
// Required method
fn extract(&self, context: &C) -> Self::Output;
}pub trait TemplateProperty<C> {
type Output;
// Required method
fn extract(&self, context: &C) -> Self::Output;
}