MessageExt

Trait MessageExt 

Source
pub trait MessageExt: Sealed {
    // Required method
    fn to_event(&self) -> Result<Event>;
}
Available on crate feature nats only.
Expand description

Required Methods§

Implementations on Foreign Types§

Source§

impl MessageExt for Message

Implementors§