Skip to main content

CallableHandle

Type Alias CallableHandle 

Source
pub type CallableHandle = Arc<dyn Callable>;
Expand description

Type-erased handle. Crates that need to store heterogeneous callables (registries, workflow steps, tool slots) use this.

Aliased Typeยง

pub struct CallableHandle { /* private fields */ }