[−][src]Trait try_traits::ops::TryIndex
Associated Types
type Error
The type returned in the event of an error.
type Output: ?Sized
The type returned after performing the operation.
Required methods
fn try_index(&self, index: Idx) -> Result<&Self::Output, Self::Error>
The fallible equivalent of Index::index
.