diffuser_scheduler/traits/
mod.rs

1pub trait Scheduler {
2    /// If it's a linear scheduler
3    const LINEAR: bool;
4}