Skip to main content

with_hooks

Function with_hooks 

Source
pub fn with_hooks<H: ServerHandler>(
    inner: H,
    hooks: Arc<ToolHooks>,
) -> HookedHandler<H>
Expand description

Construct a crate::tool_hooks::HookedHandler from an inner handler and hooks.