Function grpcio_sys::grpc_slice_rchr
source · pub unsafe extern "C" fn grpc_slice_rchr(
s: grpc_slice,
c: c_char
) -> c_int
Expand description
return the index of the last instance of \a c in \a s, or -1 if not found
pub unsafe extern "C" fn grpc_slice_rchr(
s: grpc_slice,
c: c_char
) -> c_int
return the index of the last instance of \a c in \a s, or -1 if not found