Type Alias ReadableRef

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

A reference to a value that can be read from.