pub trait PayloadLen {
// Required method
fn len(&self) -> usize;
}
Expand description
A TCP payload that only allows for getting the length of the payload.
pub trait PayloadLen {
// Required method
fn len(&self) -> usize;
}
A TCP payload that only allows for getting the length of the payload.