[][src]Type Definition goggles::world::ReadResource

type ReadResource<'a, R> = ResourceAccess<AtomicRef<'a, R>>;

SystemData type that reads the given resource.

Panics

Panics if the resource does not exist or has already been borrowed for writing.

Trait Implementations

impl<'a, R> FetchResources<'a> for ReadResource<'a, R> where
    R: Send + Sync + 'static, 
[src]