pub trait RtrEncode {
// Required method
fn encode(&self) -> Vec<u8> ⓘ;
}Expand description
Trait for encoding RTR PDUs to bytes
pub trait RtrEncode {
// Required method
fn encode(&self) -> Vec<u8> ⓘ;
}Trait for encoding RTR PDUs to bytes