pub trait CanDirectFetch {
    // Required method
    fn can_direct_fetch(self: Arc<Self>) -> bool;
}

Required Methods§

source

fn can_direct_fetch(self: Arc<Self>) -> bool

Implementors§