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.
pub trait ScanCursor<P> {
// Required method
fn coordinate(&self) -> P;
}How a lane reads wire cursors: the token’s coordinate in the lane’s position space.