Module parse
bdk_
chain
0.21.1
Module parse
Module Items
Enums
Traits
In bdk_
chain::
bitcoin::
hashes::
hex
Modules
buf_encoder
display
error
parse
prelude
Macros
fmt_hex_exact
impl_fmt_traits
test_hex_unwrap
write_err
Structs
BytesToHexIter
HexToBytesIter
InvalidCharError
OddLengthStringError
Enums
Case
HexToArrayError
HexToBytesError
Traits
DisplayHex
FromHex
Type Aliases
HexSliceToBytesIter
bdk_chain
::
bitcoin
::
hashes
::
hex
Module
parse
Copy item path
Settings
Help
Summary
Expand description
Hex encoding and decoding.
Enums
§
HexTo
Array
Error
Hex decoding error.
HexTo
Bytes
Error
Hex decoding error.
Traits
§
FromHex
Trait for objects that can be deserialized from hex strings.