[][src]Trait svc_agent::mqtt::compat::IntoEnvelope

pub trait IntoEnvelope {
    fn into_envelope(self) -> Result<OutgoingEnvelope, Error>;
}

Required methods

Loading content...

Implementors

impl<T> IntoEnvelope for OutgoingEvent<T> where
    T: Serialize
[src]

impl<T> IntoEnvelope for OutgoingRequest<T> where
    T: Serialize
[src]

impl<T> IntoEnvelope for OutgoingResponse<T> where
    T: Serialize
[src]

Loading content...