pub trait TableOption<R> {
// Required method
fn change(&mut self, table: &mut Table<R>);
}
Expand description
A trait which is responsilbe for configuration of a Table
.
pub trait TableOption<R> {
// Required method
fn change(&mut self, table: &mut Table<R>);
}
A trait which is responsilbe for configuration of a Table
.