Enum clerk::ShiftTo [] [src]

pub enum ShiftTo {
    Right(u8),
    Left(u8),
}

Enumeration of possible methods to shift a cursor or display.

Variants

Shifts to the right by the given offset.

Shifts to the left by the given offset.