pub trait PrefetchOperatorTrait {
    // Required methods
    fn prefetch() -> bool;
    fn copy_prefetched() -> bool;
}

Required Methods§

Implementors§