grpcio_sys

Function 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