Type Alias ReadIndentResult

Source
pub type ReadIndentResult = Result<(Option<i32>, Option<i32>, Option<SpecialIndentType>, Option<i32>, Option<i32>, Option<i32>), ReaderError>;

Aliased Type§

enum ReadIndentResult {
    Ok((Option<i32>, Option<i32>, Option<SpecialIndentType>, Option<i32>, Option<i32>, Option<i32>)),
    Err(ReaderError),
}

Variants§

§1.0.0

Ok((Option<i32>, Option<i32>, Option<SpecialIndentType>, Option<i32>, Option<i32>, Option<i32>))

Contains the success value

§1.0.0

Err(ReaderError)

Contains the error value