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