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