pub trait AnchorRangeExt { // Required method fn cmp( &self, b: &Range<Anchor>, buffer: &BufferSnapshot ) -> Result<Ordering, Error>; }