pub trait CleanSever {
// Required method
fn work(stream: &TcpStream);
// Provided method
fn launch(num_thr: usize) { ... }
}
Expand description
Trait Control Server.
Required Methods§
Provided Methods§
Object Safety§
This trait is not object safe.