pub trait ToOffsetUtf16: 'static + Debug {
    // Required method
    fn to_offset_utf16(&self, snapshot: &MultiBufferSnapshot) -> OffsetUtf16;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ToOffsetUtf16 for usize

source§

impl ToOffsetUtf16 for OffsetUtf16

Implementors§