Skip to main content

SubagentSubscriber

Type Alias SubagentSubscriber 

Source
pub type SubagentSubscriber = Arc<dyn Fn(&SubagentEvent) + Send + Sync>;

Aliased Type§

pub struct SubagentSubscriber { /* private fields */ }