pub unsafe extern "C" fn aws_byte_cursor_trim_pred(
source: *const aws_byte_cursor,
predicate: aws_byte_predicate_fn
) -> aws_byte_cursor
Expand description
Shrinks a byte cursor from both sides for as long as the supplied predicate is true
pub unsafe extern "C" fn aws_byte_cursor_trim_pred(
source: *const aws_byte_cursor,
predicate: aws_byte_predicate_fn
) -> aws_byte_cursor
Shrinks a byte cursor from both sides for as long as the supplied predicate is true