[][src]Trait elvis_shared::LifeCycle

pub trait LifeCycle<T> where
    T: Into<Node>, 
{ fn create(&self) -> T; }

Life cycle trait

Required methods

fn create(&self) -> T

Create widget

Loading content...

Implementors

Loading content...