Type Alias WriteExpect

Source
pub type WriteExpect<'a, T> = Write<'a, T, PanicHandler>;
Expand description

Allows to fetch a resource in a system mutably. This will panic if the resource does not exist. Usage of Write or Option<Write> is therefore recommended.

Aliased Typeยง

pub struct WriteExpect<'a, T> { /* private fields */ }