[][src]Trait svc_agent::mqtt::IntoPublishableDump

pub trait IntoPublishableDump {
    fn into_dump(
        self: Box<Self>,
        publisher: &Address
    ) -> Result<PublishableDump, Error>; }

Required methods

fn into_dump(
    self: Box<Self>,
    publisher: &Address
) -> Result<PublishableDump, Error>

Serializes the object into dump that can be directly published.

Loading content...

Implementors

impl<T: Publishable + IntoEnvelope> IntoPublishableDump for T[src]

Loading content...