Function escape_bytes::escaped_len
source · pub fn escaped_len<I>(i: I) -> usizewhere
I: IntoIterator,
Escape<I>: Iterator,Expand description
Returns the escaped length of the input.
pub fn escaped_len<I>(i: I) -> usizewhere
I: IntoIterator,
Escape<I>: Iterator,Returns the escaped length of the input.