[−][src]Trait rust_base58::base58::ToBase58
A trait for converting a value to base58 encoding.
Required Methods
fn to_base58(&self) -> String
Converts the value of self
to a base-58 value, returning the owned
string.
Implementations on Foreign Types
impl ToBase58 for [u8]
[src]
impl ToBase58 for [u8]