Trait tabled::TableOption[][src]

pub trait TableOption {
    fn change(&self, grid: &mut Grid);
}
Expand description

A trait for configuring a Grid.

Mainly was created to be able to have a variadic set of parameters in a the table macros

Required methods

Modification function of a Grid

Implementations on Foreign Types

Implementors