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

pub trait Properties: Clone {
    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]

type Builder = EmptyBuilder

Loading content...

Implementors

Loading content...