use crate::;
/// Decodes hex-encoded text into `SecretBytes`.
///
/// Trims leading and trailing whitespace before decoding (interior whitespace
/// is not allowed). Expects the bytes to be valid UTF-8 containing hexadecimal
/// characters (0-9, a-f, A-F).
;