pub trait ToOffsetUtf16 {
    // Required method
    fn to_offset_utf16(&self, snapshot: &BufferSnapshot) -> OffsetUtf16;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ToOffsetUtf16 for usize

Implementors§