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