scufflecloud_video_api_traits/
config.rs

1pub trait ConfigInterface: Send + Sync {
2    fn service_bind(&self) -> std::net::SocketAddr;
3    fn swagger_ui_enabled(&self) -> bool;
4}