Type Alias HexPattern

Source
pub type HexPattern = Vec<Option<u8>>;

Aliased Typeยง

pub struct HexPattern { /* private fields */ }