Trait hecs_schedule::context::Data[][src]

pub trait Data {
    fn get(&self, ty: TypeId) -> Option<&AtomicRefCell<NonNull<u8>>>;
}
Expand description

Dynamically accessed static collection of values

Required methods

Get the cell associated to the TypeId.

Implementations on Foreign Types

Implementors