pub type AdminChannel = InterceptedService<Channel, TokenInterceptor>;Expand description
The transport type returned by dial_admin: a tonic Channel with
a TokenInterceptor attached. Pass it to admin_client or
gitops_client to get a typed RPC client.
Aliased Typeยง
pub struct AdminChannel { /* private fields */ }