Type Definition grpcio_sys::grpc_tls_on_server_authorization_check_done_cb[][src]

type grpc_tls_on_server_authorization_check_done_cb = Option<unsafe extern "C" fn(arg: *mut grpc_tls_server_authorization_check_arg)>;
Expand description

callback function provided by gRPC used to handle the result of server authorization check. It is used when schedule API is implemented asynchronously, and serves to bring the control back to gRPC C core. It is used for experimental purpose for now and subject to change.