[][src]Module iso8583_rs::iso8583::field

This module contains implementation of Variable and Fixed fields

Structs

FixedField

This struct represents a Fixed field

ParseError

This struct represents a error in parsing a field/message

VarField

This struct represents a Variable field

Enums

Encoding

This enum represents the encoding of a field (or length indicator for variable fields)

Traits

Field

This trait represents a ISO field (specific implementations are FixedField, VarField and BmpField)