Skip to main content

ThirtySixBytes

Type Alias ThirtySixBytes 

Source
pub type ThirtySixBytes = Vec<u8>;
Expand description

A type alias for a Vec<u8> whose fixturator is expected to only return a Vec of length 36

Aliased Typeยง

pub struct ThirtySixBytes { /* private fields */ }