pub trait Hex { // Required methods fn to_vec(&self) -> Result<Vec<u8>>; fn to_hash(&self) -> Result<[u8; 32]>; }