Trait base58::ToBase58[][src]

pub trait ToBase58 {
    fn to_base58(&self) -> String;
}

A trait for converting a value to base58 encoded string.

Required methods

fn to_base58(&self) -> String[src]

Converts a value of self to a base58 value, returning the owned string.

Loading content...

Implementations on Foreign Types

impl ToBase58 for [u8][src]

Loading content...

Implementors

Loading content...