pub trait Applyable {
    fn apply(&self);
}

Required Methods

Implementors