1 2 3 4 5
#[derive(Clone, Debug)] pub struct Config { /// Порт, через который доступен сервер pub port: u16, }