common_agent::agent_to_agent

Type Alias AuthorizationHandler

source
pub type AuthorizationHandler = dyn Fn(&AgentHandlerRoutingRequest, &Option<AgentMeshLinkInfo>) -> Result<(), MeshError> + Send + Sync;