pub fn deserialize<'de, D>(deserializer: D) -> Result<Decimal, D::Error>
where D: Deserializer<'de>,
Available on crate feature serde and (crate features serde-with-str or serde-with-float or serde-with-arbitrary-precision) and crate feature serde-with-float only.