pub trait Mountable {
    fn mount(self, s: &mut GrpcServer);
}

Required Methods

Implementors