Modules§
- This module implements conversion from/to
ValueforBigDecimaltype. - This module implements conversion from/to
ValueforBigIntandBigUinttypes. - This module implements conversion from/to
ValueforDecimaltype. - This module implements conversion from/to
Valuefortimev0.3.x crate types. - This module implements conversion from/to
ValueforUuid.
Structs§
FromValueconversion 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
vtoT - Will return
Err(FromValueError(v))if could not convertvtoT