[−][src]Function grpcio_sys::grpc_local_credentials_create
pub unsafe extern "C" fn grpc_local_credentials_create(
type_: grpc_local_connect_type
) -> *mut grpc_channel_credentials
This method creates a local channel credential object. It is used for experimental purpose for now and subject to change.
- type: local connection type
It returns the created local channel credential object.