Trait yew::html::IntoPropValue

source ·
pub trait IntoPropValue<T> {
    fn into_prop_value(self) -> T;
}
Expand description

A trait similar to Into<T> which allows conversion to a value of a Properties struct.

Required Methods§

Convert self to a value of a Properties struct.

Implementations on Foreign Types§

Implementors§