Trait ConfigInterface

Source
pub trait ConfigInterface: Send + Sync {
    // Required methods
    fn service_bind(&self) -> SocketAddr;
    fn swagger_ui_enabled(&self) -> bool;
}

Required Methods§

Implementors§