Type Definition termite::BoxedSystem

source ·
pub type BoxedSystem<In, Out> = Box<dyn System<In = In, Out = Out>>;