arrow_array::ffi_stream

Type Alias Result

Source
type Result<T> = Result<T, ArrowError>;

Aliased Type§

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

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ArrowError)

Contains the error value