Type Alias freya::prelude::ReadableRef

pub type ReadableRef<'a, T, O = <T as Readable>::Target>
where T: Readable,
= <<T as Readable>::Storage as AnyStorage>::Ref<'a, O>;
Expand description

A reference to a value that can be read from.