pub struct Base58Codec;Expand description
Codec allowing the encoding and decoding of Base58 addresses.
Trait Implementations§
Source§impl AddressCodec for Base58Codec
impl AddressCodec for Base58Codec
type EncodingError = ()
type DecodingError = DecodingError
Auto Trait Implementations§
impl Freeze for Base58Codec
impl RefUnwindSafe for Base58Codec
impl Send for Base58Codec
impl Sync for Base58Codec
impl Unpin for Base58Codec
impl UnwindSafe for Base58Codec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more