pub trait EndpointConfig: Send + Sync + Debug { // Required method fn configure_endpoint(&self, endpoint: Endpoint) -> Endpoint; }
Allow custom configuration of endpoint