EndpointConfig

Trait EndpointConfig 

Source
pub trait EndpointConfig:
    Send
    + Sync
    + Debug {
    // Required method
    fn configure_endpoint(&self, endpoint: Endpoint) -> Endpoint;
}
Expand description

Allow custom configuration of endpoint

Required Methods§

Implementors§