Trait moxie_dom::interfaces::node::Child[][src]

pub trait Child: Sized {
    fn to_bind(&self) -> &Node;
}
Expand description

A value which can be bound as a child to a DOM node.

Required methods

Returns the “raw” node for this child to bind to its parent.

Implementors