Trait combine::stream::Resetable

source ·
pub trait Resetable {
    type Checkpoint: Clone;

    fn checkpoint(&self) -> Self::Checkpoint;
    fn reset(&mut self, checkpoint: Self::Checkpoint);
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§