Skip to main content

StepanMessageExt

Trait StepanMessageExt 

Source
pub trait StepanMessageExt {
    // Required method
    fn pack_to_any(&self) -> Result<Any, Error>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<M> StepanMessageExt for M
where M: MessageFull,