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