pub trait ToVNode { // Required method fn to_vnode(self) -> VNode; }
Trait for types that can be converted to a VNode
Convert this component to a VNode