Trait RawState

Source
pub trait RawState {
    type Item;
}
Expand description

Required Associated Types§

Implementors§

Source§

impl<Q> RawState for State<Q>

Source§

type Item = Q

Source§

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

Source§

type Item = T