Type Alias RowResult

Source
pub type RowResult = Result<Row, PlError>;
Expand description

Alias of Result<Row, Error>

Aliased Type§

enum RowResult {
    Ok(StringRecord),
    Err(PlError),
}

Variants§

§1.0.0

Ok(StringRecord)

Contains the success value

§1.0.0

Err(PlError)

Contains the error value