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

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

Trait for building properties for a component

Associated Types

type Builder[src]

Expand description

Builder that will be used to construct properties

Loading content...

Required methods

fn builder() -> Self::Builder[src]

Expand description

Entrypoint for building properties

Loading content...

Implementations on Foreign Types

impl Properties for ()[src]

type Builder = EmptyBuilder

fn builder() -> Self::Builder[src]

Loading content...

Implementors

Loading content...