pub trait LoadMessage {
// Required method
fn load_message_root(self) -> Result<Cell>;
}Expand description
Message cell source.
Required Methods§
fn load_message_root(self) -> Result<Cell>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".