Trait pinwheel::component::Component[][src]

pub trait Component {
    fn into_node(self) -> Node;
}

Required methods

Implementations on Foreign Types

Implementors