View Source IbanEx.Deserialize protocol (iban_ex v0.1.0)
Summary
Types
@type iban_or_error() :: IbanEx.Iban.t() | {:error, :can_not_parse_map | atom()}
@type t() :: term()
All the types that implement this protocol.
Functions
@spec to_iban(t()) :: iban_or_error()