Type Alias dioxus_signals::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.
pub type ReadableRef<'a, T: Readable, O = <T as Readable>::Target> = <T::Storage as AnyStorage>::Ref<'a, O>;A reference to a value that can be read from.