ToVNode

Trait ToVNode 

Source
pub trait ToVNode {
    // Required method
    fn to_vnode(self) -> VNode;
}
Expand description

Trait for types that can be converted to a VNode

Required Methods§

Source

fn to_vnode(self) -> VNode

Convert this component to a VNode

Implementations on Foreign Types§

Source§

impl ToVNode for &str

Source§

impl ToVNode for String

Source§

impl ToVNode for Vec<VNode>

Implementors§