Module convert
Source - bigint
- This module implements conversion from/to
Value
for BigInt
and BigUint
types. - chrono
- This module implements conversion from/to
Value
for chrono
types. - uuid
- This module implements conversion from/to
Value
for Uuid
.
- FromValueError
FromValue
conversion error.- ParseIr
- Intermediate result for a type that requires parsing.
- ValueIr
- OptionIr2
- Intermediate result of a
Value
-to-Option<T>
conversion. - ParseIrOpt
- Intermediate result for a type that optionally requires parsing.
- FromValue
- Implement this trait to convert a value to some type.
- ToValue
- from_value
- Will panic if could not convert
v
to T
- from_value_opt
- Will return
Err(FromValueError(v))
if could not convert v
to T