Struct ss58_registry::ParseError
source · [−]pub struct ParseError;
Expand description
Error encountered while parsing Ss58AddressFormat
from &’_ str
unit struct for now.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParseError
impl Send for ParseError
impl Sync for ParseError
impl Unpin for ParseError
impl UnwindSafe for ParseError
Blanket Implementations
Mutably borrows from an owned value. Read more