turbo_tasks/
read_options.rs

1#[derive(Clone, Copy, Debug, Default)]
2pub struct ReadCellOptions {
3    pub final_read_hint: bool,
4}