pub type IndexResult<T> = Result<T, IndexError>;Available on crate feature
index only.Aliased Type§
pub enum IndexResult<T> {
Ok(T),
Err(IndexError),
}pub type IndexResult<T> = Result<T, IndexError>;index only.pub enum IndexResult<T> {
Ok(T),
Err(IndexError),
}