View Source IbanEx.Deserialize protocol (iban_ex v0.1.2)

Summary

Types

t()

All the types that implement this protocol.

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()