pub trait OnionMessageContents: Writeable {
// Required method
fn tlv_type(&self) -> u64;
}
Expand description
The contents of an onion message.
Required Methods§
Object Safety§
This trait is not object safe.
pub trait OnionMessageContents: Writeable {
// Required method
fn tlv_type(&self) -> u64;
}
The contents of an onion message.