scufflecloud_
email_
traits
0.1.0
Config
Interface
Required Methods
service_bind
Implementors
In crate scufflecloud_
email_
traits
scufflecloud_email_traits
Trait
ConfigInterface
Copy item path
Source
pub trait ConfigInterface:
Send
+
Sync
{ // Required method fn
service_bind
(&self) ->
SocketAddr
; }
Required Methods
§
Source
fn
service_bind
(&self) ->
SocketAddr
Implementors
§