Type Alias hexstring::Error

source ·
pub type Error = FromHexError;
Expand description

Errors than can occurs during HexString construction.

Refers to FromHexError for more details.