pub trait ExtractorSpec<T> {
    fn extract(&self) -> Vec<T> ;
}

Required Methods§

Implementors§