Trait zed2::languages::ToPoint

source ·
pub trait ToPoint {
    // Required method
    fn to_point(&self, snapshot: &BufferSnapshot) -> Point;
}

Required Methods§

source

fn to_point(&self, snapshot: &BufferSnapshot) -> Point

Implementations on Foreign Types§

source§

impl ToPoint for usize

source§

fn to_point(&self, snapshot: &BufferSnapshot) -> Point

Implementors§