pub trait IntoPropValue<R> {
    fn into_prop_value(self) -> R;
}

Required methods

Implementations on Foreign Types

Implementors