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

Required Methods§

source

fn apply(&self)

Implementors§