GClient

Type Alias GClient 

Source
pub type GClient = GenericClient<AuthService>;

Aliased Type§

pub struct GClient { /* private fields */ }

Trait Implementations§

Source§

impl GrpcClient for GClient

Source§

fn new_with_inner(inner: AuthService, max_decoding_message_size: usize) -> Self