pub type KadConnectionType = ConnectionType;👎Deprecated: Import the
kad module instead and refer to this type as kad::ConnectionType.Aliased Type§
pub enum KadConnectionType {
NotConnected = 0,
Connected = 1,
CanConnect = 2,
CannotConnect = 3,
}