[][src]Module serde_hex::types

Miscellaneous type used by this crate.

Enums

Error

top-level error kind of this crate

ParseHexError

error raised during hexadecimal parsing operations

Type Definitions

Result

An alias of std::result::Result with this crate's Error type inserted by default.