Trait cursor::MoveOffset[][src]

pub trait MoveOffset: Sized {
    fn checked_move_offset(self, offset: isize) -> Option<Self>;
fn detailed_diff(self, other: Self) -> (Self, Ordering);
fn plain_diff(self, other: Self) -> Self; }

Required methods

Implementations on Foreign Types

returns (distance, is_pos)

Implementors