Expand description
Helpers for annotating types to deserialize from ITF values.
Structs§
- As
- Adapter to convert from
serde_asto the serde traits. - Same
- Adapter to convert from
serde_asto the serde traits.
Enums§
- Error
- Error type for deserialization.
Type Aliases§
- Integer
- Helper for
serdeto deserialize aBigIntto any type which implementsTryFrom<dashu_int::IBig>. - Option
- Helper for
serdeto deserialize types isomorphic tostd::option::Option. - Result
- Helper for
serdeto deserialize types isomorphic tostd::result::Result.