pub unsafe extern "C" fn aws_byte_cursor_satisfies_pred(
source: *const aws_byte_cursor,
predicate: aws_byte_predicate_fn
) -> boolExpand description
Returns true if the byte cursor’s range of bytes all satisfy the predicate
pub unsafe extern "C" fn aws_byte_cursor_satisfies_pred(
source: *const aws_byte_cursor,
predicate: aws_byte_predicate_fn
) -> boolReturns true if the byte cursor’s range of bytes all satisfy the predicate