pub type Store<T, F> = Store<InstanceState<<F as RuntimeFactors>::InstanceState, <T as Trigger<F>>::InstanceState>>;
Expand description
Type alias for a [spin_core::Store
] specialized to a Trigger
.
Aliased Typeยง
pub struct Store<T, F> { /* private fields */ }