pub trait ToPointUtf16 {
    // Required method
    fn to_point_utf16(&self, snapshot: &BufferSnapshot) -> PointUtf16;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ToPointUtf16 for usize

Implementors§