[][src]Trait elvis_core::LifeCycle

pub trait LifeCycle {
    fn create(&self) -> Node;
}

Life cycle trait

Required methods

fn create(&self) -> Node

Create widget

Loading content...

Implementors

Loading content...