[][src]Function svc_agent::mqtt::compat::into_event

pub fn into_event<T>(
    envelope: IncomingEnvelope
) -> Result<IncomingEvent<T>, Error> where
    T: DeserializeOwned