Type Definition arrow2::error::Result

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

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