pub fn validate<I: AsRef<str>>(input: I) -> Result<Iban, ValidationError>
Expand description

Checks if the provided string is a valid IBAN, or tells you why it isn’t.