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