[][src]Function grpcio_sys::grpc_insecure_channel_create_from_fd

pub unsafe extern "C" fn grpc_insecure_channel_create_from_fd(
    target: *const c_char,
    fd: c_int,
    args: *const grpc_channel_args
) -> *mut grpc_channel

Create a client channel to 'target' using file descriptor 'fd'. The 'target' argument will be used to indicate the name for this channel. See the comment for grpc_insecure_channel_create for description of 'args' argument.