Type Alias YoleckExclusiveSystem

Source
pub type YoleckExclusiveSystem = Box<dyn System<In = (), Out = YoleckExclusiveSystemDirective>>;

Aliased Typeยง

struct YoleckExclusiveSystem(/* private fields */);