Trait RawState

Source
pub trait RawState {
    type Inner;
    type Tag;
}
Expand description

Required Associated Types§

Implementors§

Source§

impl<Q, T> RawState for State<Q, T>

Source§

type Inner = T

Source§

type Tag = Q