Module convert

Source

Modules§

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.

Structs§

FromValueError
FromValue conversion error.
ParseIr
Intermediate result for a type that requires parsing.
ValueIr

Enums§

OptionIr2
Intermediate result of a Value-to-Option<T> conversion.
ParseIrOpt
Intermediate result for a type that optionally requires parsing.

Traits§

FromValue
Implement this trait to convert a value to some type.
ToValue

Functions§

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