Type Alias NlpClient

Source
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 */ }