Type Alias freya::prelude::ReadableRef

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

A reference to a value that can be read from.