pub type Result<T> = Result<T, Arrow2DestinationError>;

Aliased Type§

enum Result<T> {
    Ok(T),
    Err(Arrow2DestinationError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(Arrow2DestinationError)

Contains the error value