pub trait Stateful {
    fn state(&self) -> &Self { ... }
}

Provided Methods

Implementors