Trait kagura::html::PackedComponentNode[][src]

pub trait PackedComponentNode {
    type DemirootComp: Component;
    fn wrap(&mut self) -> Box<dyn Any>;
fn assemble(
        &mut self,
        before: Option<Rc<RefCell<dyn AssembledChildComponent<DemirootComp = Self::DemirootComp>>>>
    ) -> AssembledComponentNode<Self::DemirootComp>; }

Associated Types

Required methods

Implementors