pub trait Multireply {
    fn is_last(&self) -> bool;
}
Expand description

A reply that can have more than one reply.

Required Methods

Tell if this reply will be the last reply in the sequence.

Implementors