Trait OnionMessageContents
pub trait OnionMessageContents: Writeable {
// Required method
fn tlv_type(&self) -> u64;
}
Expand description
The contents of an onion message.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.