Skip to main content

Module types

Module types 

Source
Expand description

Miscellaneous type used by this crate.

Enums§

Error
top-level error kind of this crate
ParseHexError
error raised during hexadecimal parsing operations

Type Aliases§

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