[][src]Module dash7_alp::codec

A Codec module specifying how to encode/decode each encodable items

Structs

ParseValue

Result of a successful byte array decoding

Enums

ParseError

This represents the cases where the data cannot be parsed because of its content (thus will never be parseable).

ParseFail

Parsing Fails This represents the cases where the parsing is impossible with the currently given data.

Traits

Codec

Trait implemented by any item that is encodable to a byte array and decodable from a byte array.

ParseResultExtension

Type Definitions

ParseResult

Result returned by a decoding attempt.