pub trait DialOption: Send + Sync { // Required method fn apply(&self, endpoint: Endpoint) -> Endpoint; }
An option for configuring the gRPC channel.