pub trait HasAgentId { // Required method fn agent_id(&self) -> AgentId; }
Trait for items that have an agent ID.