Skip to main content

ScanCursor

Trait ScanCursor 

Source
pub trait ScanCursor<P> {
    // Required method
    fn coordinate(&self) -> P;
}
Expand description

How a lane reads wire cursors: the token’s coordinate in the lane’s position space.

Required Methods§

Source

fn coordinate(&self) -> P

Implementations on Foreign Types§

Source§

impl ScanCursor<u64> for CursorToken

Source§

fn coordinate(&self) -> u64

Source§

impl ScanCursor<IntraTxCoordinate> for CursorToken

Implementors§