pub trait RecordsMut<Text> {
// Required method
fn set(&mut self, pos: Position, text: Text);
}
Expand description
A Records
representation which can modify cell by (row, column) index.
pub trait RecordsMut<Text> {
// Required method
fn set(&mut self, pos: Position, text: Text);
}
A Records
representation which can modify cell by (row, column) index.