pub type WriteStore<T, S = UnsyncStorage> = Store<T, WriteSignal<T, S>>;Available on crate feature
prelude only.Expand description
A type alias for a boxed writable-only store.
Aliased Typeยง
pub struct WriteStore<T, S = UnsyncStorage> { /* private fields */ }