Module disable

Source
Expand description

This module contains a Remove structure which helps to remove an etheir column or row from a Table.

§Example

let table = Table::new(&data).with(Remove::row(Rows::first()));

Structs§

Remove
Remove removes particular rows/columns from a Table.
TargetColumn
A marker struct for Remove.
TargetRow
A marker struct for Remove.