Readable v0.2.1 Readable protocol View Source
Protocol which describes type convertion a -> b.
Usually @type a :: String.t()
but there is no
any artificial restriction regarding type a.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: t()
t() :: t()
Link to this section Functions
Link to this function
read(t) View Source
Accepts struct with field :data and type pair information in structure name and returns value of target type or raise exception.