Trait ConfigInterface

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

Required Methods§

Implementors§