Trait rpcx_server::plugin::RegisterPlugin[][src]

pub trait RegisterPlugin {
    fn register_fn(
        &mut self,
        service_path: &str,
        service_method: &str,
        meta: String,
        f: RpcxFn
    ) -> Result<()>; }

Required methods

Implementors