Skip to main content

ToolService

Type Alias ToolService 

Source
pub type ToolService = BoxCloneService<Value, Value, ToolError>;
Expand description

Standard tower::Service type for toolkit integrations.

Aliased Typeยง

pub struct ToolService(/* private fields */);