Type Definition afarray::Result[][src]

pub type Result<T> = Result<T, ArrayError>;
Expand description

The result of an Array operation which may fail recoverably.