View Source IbanEx.Country.Template behaviour (iban_ex v0.1.0)
Summary
Types
@type country_code() :: <<_::16>> | atom()
@type joiner() :: String.t()
@type rule() :: Regex.t()
@type size() :: non_neg_integer()
Callbacks
@callback rule() :: rule()
@callback size() :: size()
@callback to_s(IbanEx.Iban.t()) :: String.t()
@callback to_s(IbanEx.Iban.t(), joiner()) :: String.t()