Server

Trait Server 

Source
pub trait Server {
    // Required method
    fn run(&mut self) -> bool;
}

Required Methods§

Source

fn run(&mut self) -> bool

Implementors§