run

Function run 

Source
pub fn run(
    handle: impl FnMut(&mut PluginCtx, RpcRequest) -> HandlerResult,
) -> Result<()>