rerun::external::re_grpc_client::redap

Function client_with_interceptor

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