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