pub type PermissionCheckFn = Arc<dyn Fn(&ToolDispatchContext) -> PermissionCheck + Send + Sync>;Expand description
Permission check function type.
Aliased Typeยง
pub struct PermissionCheckFn { /* private fields */ }pub type PermissionCheckFn = Arc<dyn Fn(&ToolDispatchContext) -> PermissionCheck + Send + Sync>;Permission check function type.
pub struct PermissionCheckFn { /* private fields */ }