IntoProp

Trait IntoProp 

Source
pub trait IntoProp {
    // Required method
    fn into_prop(self) -> Prop;
}

Required Methods§

Source

fn into_prop(self) -> Prop

Implementors§

Source§

impl<T: Into<Prop>> IntoProp for T