Module binary_sv2::decodable

source ·

Enums§

  • Used to contrustuct messages is returned by the decoder
  • Passed to a decoder to define the structure of the data to be decoded

Traits§

  • Implmented by all the decodable structure, it can be derived for every structure composed only by primitives or other Decodable.