pub trait Child: Sized { fn to_bind(&self) -> &Node; }
A value which can be bound as a child to a DOM node.
Returns the “raw” node for this child to bind to its parent.