pub type FrozenStateOf<I> = FrozenOf<StateOf<I>>;
Expand description

Shorthand to extract state’s Frozen type out of I.