Trait naga::back::spv::helpers::U8Internal

source ·
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

Required Methods§

Implementations on Foreign Types§

source§

impl U8Internal for u8

Implementors§