Function grpcio_sys::grpc_call_set_credentials [−][src]
pub unsafe extern "C" fn grpc_call_set_credentials(
call: *mut grpc_call,
creds: *mut grpc_call_credentials
) -> grpc_call_error
Sets a credentials to a call. Can only be called on the client side before grpc_call_start_batch.