Type Alias dioxus_signals::WritableRef
source · pub type WritableRef<'a, T: Writable, O = <T as Readable>::Target> = T::Mut<'a, O>;Expand description
A reference to a value that can be read from.
pub type WritableRef<'a, T: Writable, O = <T as Readable>::Target> = T::Mut<'a, O>;A reference to a value that can be read from.