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

type OutgoingRequest<T> = OutgoingMessage<T, OutgoingRequestProperties>;

Methods

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

pub fn multicast<A>(
    payload: T,
    properties: OutgoingRequestProperties,
    to: &A
) -> Self where
    A: Authenticable
[src]

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

Trait Implementations