Trait streamcatcher::Stateful[][src]

pub trait Stateful {
    type State;
    fn state(&self) -> Self::State;
}
Expand description

Transforms who can be queried about their internal state.

Associated Types

Transform state.

Required methods

Implementors