pub trait Multireply {
// Required method
fn is_last(&self) -> bool;
}Expand description
A reply that can have more than one reply.
pub trait Multireply {
// Required method
fn is_last(&self) -> bool;
}A reply that can have more than one reply.