//! Implementation of the value module.
use crateParseFixInt;
/// Trait that abstracts conversion from bytes to values of FIX message fields.
// TODO(nfejzic): this trait might be obsolete if we decide to wrap used types (i.e. newtype
// pattern) and implement traits from std such as [`TryFrom`] instead.
pub