Type Definition apecs::Resource

source · []
pub type Resource = Box<dyn Any + Send + Sync + 'static>;
Expand description

A type-erased resource.