diff --git a/rust/pv_core/src/utils.rs b/rust/pv_core/src/utils.rs index 06ce0e9a..a193fdc2 100644 --- a/rust/pv_core/src/utils.rs +++ b/rust/pv_core/src/utils.rs @@ -335,6 +335,8 @@ usize_to_ui! { /// Converts the hexstring into a byte vector. /// +/// # Errors +/// /// Raises an error if a non-hex character was found or the length was not a /// multiple of two. pub fn decode_hex>(s: S) -> Result> {