trait U8Internal {
// Required method
fn is_utf8_char_boundary_polyfill(&self) -> bool;
}Expand description
HACK: this is taken from std unstable, remove it when std’s floor_char_boundary is stable and available in our msrv.
trait U8Internal {
// Required method
fn is_utf8_char_boundary_polyfill(&self) -> bool;
}HACK: this is taken from std unstable, remove it when std’s floor_char_boundary is stable and available in our msrv.