pub trait StartCursor {
    // Required method
    fn start_cursor(&mut self) -> bool;
}

Required Methods§

source

fn start_cursor(&mut self) -> bool

Implementors§