pub struct Value(_);
A direct value, the leaf of the expression tree
Try to convert this value into a f64
f64
Returns an error in case of overflow
Try to convert this value into a f32
f32
source
rust_decimal
self
other
==
!=
TypeId
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U