[][src]Type Definition svc_agent::mqtt::IncomingEvent

type IncomingEvent<T> = IncomingMessageContent<T, IncomingEventProperties>;

Implementations

impl<String: Deref<Target = str>> IncomingEvent<String>[src]

pub fn convert_payload<T>(message: &IncomingEvent<String>) -> Result<T, Error> where
    T: DeserializeOwned
[src]

pub fn convert<T>(
    message: IncomingEvent<String>
) -> Result<IncomingEvent<T>, Error> where
    T: DeserializeOwned
[src]