Struct ted::cursor::Cursor [] [src]

pub struct Cursor { /* fields omitted */ }

Imagine a cursor as the primary actor through which to edit a buffer. A cursor can have multiple positions, aka multi-cursor.

Methods

impl Cursor
[src]

[src]

Important traits for Positions<'a>
[src]

[src]

Handles a mutation of the cursor, leaving the buffer unchanged.

[src]

Handles a mutation of the buffer.

Trait Implementations

Auto Trait Implementations

impl !Send for Cursor

impl !Sync for Cursor