Struct bs58::alphabet::Alphabet [−][src]
pub struct Alphabet { /* fields omitted */ }Expand description
Prepared Alpabet for EncodeBuilder and DecodeBuilder.
Implementations
The default prepared alphabet used if none is given. Currently is the
Alphabet::Bitcoin alphabet.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Alphabet
impl UnwindSafe for Alphabet
Blanket Implementations
Mutably borrows from an owned value. Read more