[][src]Trait subscript::view_sys::adapters::Viewable

pub trait Viewable<Msg> {
    fn view(&self) -> View<Msg>;
}

Standalone viewable components.

Required methods

fn view(&self) -> View<Msg>

Loading content...

Implementors

Loading content...