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

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

Parses an incoming envelope as a response with payload of type T.