pub trait BodyInfo {
// Required methods
fn body_length(&self) -> u16;
fn body_type(&self) -> PduType;
}Expand description
Trait for PduBody-s to query basic information, typically used in the header
pub trait BodyInfo {
// Required methods
fn body_length(&self) -> u16;
fn body_type(&self) -> PduType;
}Trait for PduBody-s to query basic information, typically used in the header