Trait yew::html::Properties[][src]

pub trait Properties: PartialEq {
    type Builder;
    fn builder() -> Self::Builder;
}
Expand description

Trait for building properties for a component

Associated Types

Builder that will be used to construct properties

Required methods

Entrypoint for building properties

Implementations on Foreign Types

Implementors