Trait rux::server::ServerImpl [] [src]

pub trait ServerImpl {
    fn stop(&mut self);
    fn get_loop_ms(&self) -> isize;
    fn bind(self, mask: SigSet) -> Result<()>;
}

Required Methods

Implementors