pub type ThirtySixBytes = Vec<u8>;
A type alias for a Vec<u8> whose fixturator is expected to only return a Vec of length 36
Vec<u8>
pub struct ThirtySixBytes { /* private fields */ }