pub trait ToPointUtf16: 'static + Debug {
    // Required method
    fn to_point_utf16(&self, snapshot: &MultiBufferSnapshot) -> PointUtf16;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ToPointUtf16 for Point

source§

impl ToPointUtf16 for usize

source§

impl ToPointUtf16 for PointUtf16

Implementors§