pub type Result<T> = Result<T, ArrowError>;Expand description
Result type for Arrow operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ArrowError),
}pub type Result<T> = Result<T, ArrowError>;Result type for Arrow operations
pub enum Result<T> {
Ok(T),
Err(ArrowError),
}