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

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

Trait for building properties for a component

Associated Types

type Builder

Builder that will be used to construct properties

Loading content...

Required methods

fn builder() -> Self::Builder

Entrypoint for building properties

Loading content...

Implementations on Foreign Types

impl Properties for ()[src]

Loading content...

Implementors

impl<T> Properties for Props<T>[src]

type Builder = PropsBuilder<T, PropsBuilderStep_missing_required_prop_onchange>

Loading content...