Skip to main content

Base58

Trait Base58 

Source
pub trait Base58: Bytable {
    // Provided methods
    fn try_from_bs58<S>(x: S) -> Result<Self, CompactEcashError>
       where S: AsRef<str> { ... }
    fn to_bs58(&self) -> String { ... }
}

Provided Methods§

Source

fn try_from_bs58<S>(x: S) -> Result<Self, CompactEcashError>
where S: AsRef<str>,

Source

fn to_bs58(&self) -> String

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl Base58 for G1Projective

Implementors§