Applyable

Trait Applyable 

Source
pub trait Applyable {
    // Required method
    fn apply(&self);
}

Required Methods§

Source

fn apply(&self)

Implementors§