conn

Function conn 

Source
pub async fn conn<F>(
    addr: impl Into<Bytes>,
    interceptor: F,
) -> Result<ApiClient<InterceptedService<Channel, F>>, Error>
where F: Interceptor,