[][src]Trait gluon_base::pos::Index

pub trait Index: Ord + Copy + Add<Self::Offset, Output = Self> + AddAssign<Self::Offset> + Sub<Self::Offset, Output = Self, Output = Self::Offset> + SubAssign<Self::Offset> + Sub<Self> {
    type Offset: Offset;
}

Index types

These can be thought of as 1-dimensional points

Associated Types

Loading content...

Implementors

impl Index for ByteIndex[src]

impl Index for ColumnIndex[src]

impl Index for LineIndex[src]

Loading content...