Skip to main content

InProcessHandler

Type Alias InProcessHandler 

Source
pub type InProcessHandler = Arc<dyn Fn(HashMap<String, Value>) -> BoxFuture<'static, Result<Value>> + Send + Sync>;
Expand description

Handler type for in-process UTCP tools.

Aliased Typeยง

pub struct InProcessHandler { /* private fields */ }