scufflecloud_ingest_traits/
config.rs

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