Trait termite::Command

source ·
pub trait Command: Send + Sync + 'static {
    fn apply(self: Box<Self>, world: &mut World);
}

Required Methods

Implementors