Type Alias rustcn_ui::ReadableRef 
source · 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.