Type Alias kdmp_parser::Result

source ·
pub type Result<R> = Result<R, KdmpParserError>;

Aliased Type§

enum Result<R> {
    Ok(R),
    Err(KdmpParserError),
}

Variants§

§1.0.0

Ok(R)

Contains the success value

§1.0.0

Err(KdmpParserError)

Contains the error value