Trait bitcoinnode_interface::GrantOutbound
source · pub trait GrantOutbound {
// Required method
fn grant_outbound(&self) -> SemaphoreGrant;
}
pub trait GrantOutbound {
// Required method
fn grant_outbound(&self) -> SemaphoreGrant;
}