Type Alias freya::prelude::WritableRef

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

A reference to a value that can be read from.