Type Alias dioxus::prelude::WritableRef

source ·
pub type WritableRef<'a, T, O = <T as Readable>::Target>
where T: Writable,
= <T as Writable>::Mut<'a, O>;
Available on crate feature signals only.
Expand description

A reference to a value that can be read from.