Trait kagura::html::component::Component[][src]

pub trait Component: Sized + 'static {
    type Props;
    type Sub;
    type Msg;
}

Associated Types

Implementors