pub unsafe extern "C" fn grpc_channel_get_target(
channel: *mut grpc_channel,
) -> *mut c_char
Expand description
Return a newly allocated string representing the target a channel was created for.
pub unsafe extern "C" fn grpc_channel_get_target(
channel: *mut grpc_channel,
) -> *mut c_char
Return a newly allocated string representing the target a channel was created for.