Trait dep_obj::binding::Handler[][src]

pub trait Handler<T: Convenient>: Debug + DynClone + Send + Sync {
    fn into_any(self: Box<Self>) -> Box<dyn AnyHandler>;
fn execute(&self, state: &mut dyn State, value: T); }

Required methods

Implementors