pub async fn client_with_interceptor<I>(
origin: Origin,
interceptor: I,
) -> Result<FrontendServiceClient<InterceptedService<Channel, I>>, ConnectionError>where
I: Interceptor,
pub async fn client_with_interceptor<I>(
origin: Origin,
interceptor: I,
) -> Result<FrontendServiceClient<InterceptedService<Channel, I>>, ConnectionError>where
I: Interceptor,