Expand description

Serialization types for algebraic structures.

Structs§

  • The error which occurs if the inputted value or bit pattern doesn’t correspond to an element.
  • An element deserializer that uses the element’s [Serializer::from_bytes] method.
  • An element serializer that uses the element’s [Serializer::to_bytes] method.

Enums§

Traits§