Trait yew::html::IntoPropValue[][src]

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