scufflecloud_email_traits/config.rs
1pub trait ConfigInterface: Send + Sync {
2 fn service_bind(&self) -> std::net::SocketAddr;
3}
1pub trait ConfigInterface: Send + Sync {
2 fn service_bind(&self) -> std::net::SocketAddr;
3}