pub type NlpClient = NlpServerClient<InterceptedService<Channel, AuthInterceptor>>;Expand description
The NlpClient type is a type alias for the NlpServiceClient with the AuthInterceptor.
Aliased Typeยง
pub struct NlpClient { /* private fields */ }pub type NlpClient = NlpServerClient<InterceptedService<Channel, AuthInterceptor>>;The NlpClient type is a type alias for the NlpServiceClient with the AuthInterceptor.
pub struct NlpClient { /* private fields */ }