Type Definition arrow2::error::Result

source · []
pub type Result<T> = Result<T, ArrowError>;
Expand description

Typedef for a std::result::Result of an ArrowError.