pub trait NumericValueEncode: ValueEncode + SizedEncode { }
This trait allows for encoding numeric values.