Type Alias libp2p_core::ParseError

source ·
pub type ParseError = ParseError;
👎Deprecated since 0.39.0: Depend on libp2p-identity instead.

Aliased Type§

enum ParseError {
    B58(Error),
    MultiHash,
}

Variants§

§

B58(Error)

§

MultiHash