Modules§
- This module implements conversion from/to
Value
forBigDecimal
type. - This module implements conversion from/to
Value
forBigInt
andBigUint
types. - This module implements conversion from/to
Value
forDecimal
type. - This module implements conversion from/to
Value
fortime
v0.3.x crate types. - This module implements conversion from/to
Value
forUuid
.
Structs§
FromValue
conversion error.- Intermediate result for a type that requires parsing.
Enums§
- Intermediate result of a
Value
-to-Option<T>
conversion. - Intermediate result for a type that optionally requires parsing.
Traits§
- Implement this trait to convert a value to some type.
Functions§
- Will panic if could not convert
v
toT
- Will return
Err(FromValueError(v))
if could not convertv
toT