Trait abscissa::Callable[][src]

pub trait Callable {
    fn call(&self);
}

Something which can be called

Required Methods

Call this callable (i.e. command), running its behavior

Implementors