Skip to main content

ExpandTask

Trait ExpandTask 

Source
pub trait ExpandTask: Send + Sync {
    // Required method
    fn expand(&self, queue: &VecDeque<ExpandUnit>) -> Option<ExpandResult>;
}

Required Methods§

Implementors§