Type Definition grpcio_sys::grpc_credentials_plugin_metadata_cb[][src]

type grpc_credentials_plugin_metadata_cb = Option<unsafe extern "C" fn(user_data: *mut c_void, creds_md: *const grpc_metadata, num_creds_md: usize, status: Type, error_details: *const c_char)>;

Callback function to be called by the metadata credentials plugin implementation when the metadata is ready.