Traitsยง
- Decimal
Cast ๐A utility trait that provides checked conversions between decimal types inspired byNumCast
Functionsยง
- Cast Utf8 to decimal
- Parses given string to specified decimal native (i128/i256) based on given scale. Returns an
Err
if it cannot parse given string.