Trait Stateful

Source
pub trait Stateful<T> {
    type State: RawState<Inner = T>;
}
Expand description

Required Associated Types§

Source

type State: RawState<Inner = T>

Implementors§

Source§

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

Source§

type State = State<Q, T>