Type Definition afarray::Result

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

The result of an Array operation which may fail recoverably.