zino_orm

Function decode_decimal

Source
pub fn decode_decimal(row: &DatabaseRow, field: &str) -> Result<Decimal, Error>
Available on crate feature orm-sqlx only.
Expand description

Decodes a single value as Decimal for the field in a row.