Skip to main content

RemoteFunctionHandler

Type Alias RemoteFunctionHandler 

Source
pub type RemoteFunctionHandler = Arc<dyn Fn(Value) -> BoxFuture<'static, Result<Value, IIIError>> + Send + Sync>;

Aliased Typeยง

pub struct RemoteFunctionHandler { /* private fields */ }