DialOption

Trait DialOption 

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

An option for configuring the gRPC channel.

Required Methods§

Source

fn apply(&self, endpoint: Endpoint) -> Endpoint

Implementors§