Type Alias maplibre::tcs::system::BoxedSystem

source ·
pub type BoxedSystem = Box<dyn System>;
Expand description

A convenience type alias for a boxed System trait object.

Aliased Type§

struct BoxedSystem(Unique<dyn System>, Global);

Fields§

§0: Unique<dyn System>§1: Global