bim_core/servers/
base.rs

1pub trait Server {
2    fn run(&mut self) -> bool;
3}