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