[][src]Trait maomi::component::ComponentTemplate

pub trait ComponentTemplate<B: Backend>: 'static {
    fn template(
        component: &mut ComponentNodeRefMut<B>,
        operation: ComponentTemplateOperation
    ) -> Option<Vec<NodeRc<B>>>
    where
        Self: Sized
, { ... } }

Provided methods

fn template(
    component: &mut ComponentNodeRefMut<B>,
    operation: ComponentTemplateOperation
) -> Option<Vec<NodeRc<B>>> where
    Self: Sized

Loading content...

Implementors

impl<B: Backend> ComponentTemplate<B> for EmptyComponent[src]

Loading content...