Type Alias arrow_flight::error::Result

source ·
pub type Result<T> = Result<T, FlightError>;

Aliased Type§

enum Result<T> {
    // some variants omitted
}

Variants§