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

Returns the AgentId reference of the addressable object.

Implementors