Skip to main content

BoxedTemplateProperty

Type Alias BoxedTemplateProperty 

Source
pub type BoxedTemplateProperty<'a, O> = Box<dyn TemplateProperty<Output = O> + 'a>;
Expand description

Type-erased TemplateProperty.

Aliased Typeยง

pub struct BoxedTemplateProperty<'a, O>(/* private fields */);