Multireply

Trait Multireply 

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

A reply that can have more than one reply.

Required Methods§

Source

fn is_last(&self) -> bool

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

Implementors§