Enum ckb_network::errors::PeerStoreError
source · pub enum PeerStoreError {
EvictionFailed,
Serde(Error),
}Expand description
Peer store error
Variants§
Trait Implementations§
source§impl Debug for PeerStoreError
impl Debug for PeerStoreError
source§impl From<PeerStoreError> for Error
impl From<PeerStoreError> for Error
source§fn from(err: PeerStoreError) -> Error
fn from(err: PeerStoreError) -> Error
Converts to this type from the input type.