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