rustils::parse::byte

Type Alias ParseResultI8

Source
pub type ParseResultI8 = Result<i8, ParseError>;

Aliased Type§

enum ParseResultI8 {
    Ok(i8),
    Err(ParseError),
}

Variants§

§1.0.0

Ok(i8)

Contains the success value

§1.0.0

Err(ParseError)

Contains the error value