Struct tabled::Row[][src]

pub struct Row<R: RangeBounds<usize>>(pub R);
Expand description

Row denotes a set of cells on given rows on a Grid

Trait Implementations

Cells returns a set of cordinates of cells

And combines output of self with rhs object

Not excludes output of rhs from output

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.