File size: 101 Bytes
1e92f2d |
1 2 3 4 5 |
#[derive(Clone, Copy, Debug, Default)]
pub struct ReadCellOptions {
pub final_read_hint: bool,
}
|
1e92f2d |
1 2 3 4 5 |
#[derive(Clone, Copy, Debug, Default)]
pub struct ReadCellOptions {
pub final_read_hint: bool,
}
|