decode_optional_quantity

Function decode_optional_quantity 

Source
pub fn decode_optional_quantity(value: i64) -> Option<Quantity>
Expand description

Decodes a quantity from the given optional value, where i64::MAX indicates missing data.