Trait grpcio::ServerChecker[][src]

pub trait ServerChecker: Send {
    fn check(&mut self, ctx: &RpcContext<'_>) -> CheckResult;
fn box_clone(&self) -> Box<dyn ServerChecker>; }

Required methods

fn check(&mut self, ctx: &RpcContext<'_>) -> CheckResult[src]

fn box_clone(&self) -> Box<dyn ServerChecker>[src]

Implementors