[][src]Trait svc_agent::Addressable

pub trait Addressable: Authenticable {
    fn as_agent_id(&self) -> &AgentId;
}

Something that can be addressed as agent.

Required methods

fn as_agent_id(&self) -> &AgentId

Returns the AgentId reference of the addressable object.

Loading content...

Implementors

impl Addressable for ConnectionProperties[src]

impl Addressable for IncomingEventProperties[src]

impl Addressable for IncomingRequestProperties[src]

impl Addressable for IncomingResponseProperties[src]

impl Addressable for AgentId[src]

Loading content...