pub trait ToPoint: 'static + Debug {
    // Required method
    fn to_point(&self, snapshot: &MultiBufferSnapshot) -> Point;
}

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl ToPoint for usize

source§

fn to_point<'a>(&self, snapshot: &MultiBufferSnapshot) -> Point

source§

impl ToPoint for Point

Implementors§