Type Alias WritableRef

Source
pub type WritableRef<'a, T: Writable, O = <T as Readable>::Target> = T::Mut<'a, O>;
Expand description

A reference to a value that can be read from.