Enum card_validate::Type [] [src]

pub enum Type {
    Visa,
    Discover,
    Amex,
    MasterCard,
    Other,
}

Card type. Maps recognized cards, and validates their pattern and length.

Variants

Methods

impl Type
[src]