Type Alias HexPatternResult

Source
pub type HexPatternResult = BinaryResult<Vec<Option<u8>>>;

Aliased Type§

pub enum HexPatternResult {
    Ok(Vec<Option<u8>>),
    Err(BinaryError),
}

Variants§

§1.0.0

Ok(Vec<Option<u8>>)

Contains the success value

§1.0.0

Err(BinaryError)

Contains the error value