LifeCycle

Trait LifeCycle 

Source
pub trait LifeCycle {
    // Required methods
    fn handle_mount(&mut self);
    fn handle_render(&mut self);
    fn handle_unmount(&mut self);
}

Required Methods§

Source

fn handle_mount(&mut self)

Source

fn handle_render(&mut self)

Source

fn handle_unmount(&mut self)

Implementors§