Trait bitcoinnode_interface::ConnType
source · pub trait ConnType {
// Required method
fn conn_type(&self) -> Option<ConnectionType>;
}
pub trait ConnType {
// Required method
fn conn_type(&self) -> Option<ConnectionType>;
}