Skip to main content

WriteResource

Type Alias WriteResource 

Source
pub type WriteResource<'a, R> = ResourceAccess<RefMut<'a, R>>;
Expand description

SystemData type that writes the given resource.

§Panics

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

Aliased Type§

pub struct WriteResource<'a, R>(/* private fields */);

Trait Implementations§