Trait svc_agent::Addressable[][src]

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

Something that can be addressed as agent.

Required methods

fn as_agent_id(&self) -> &AgentId[src]

Returns the AgentId reference of the addressable object.

Implementors