1 2 3 4 5
/// Stubr server configuration. #[derive(Default)] pub struct Config { pub port: Option<u16>, }