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

type OutgoingResponse<T> = OutgoingMessage<T, OutgoingResponseProperties>;

Methods

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

pub fn unicast<A>(
    payload: T,
    properties: OutgoingResponseProperties,
    to: &A
) -> Self where
    A: Addressable
[src]

Trait Implementations