Enum base32::Alphabet [] [src]

pub enum Alphabet {
    RFC4648 {
        padding: bool,
    },
    Crockford,
}

Variants

Fields of RFC4648

Trait Implementations

impl Copy for Alphabet
[src]

impl Clone for Alphabet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more