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

type ReadResource<'a, R> = ResourceAccess<Ref<'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: 'static, 
[src]