[−][src]Trait try_traits::ops::TryIndexMut
The try trait for IndexMut
.
Required methods
fn try_index_mut(
&mut self,
index: Idx
) -> Result<&mut Self::Output, Self::Error>
&mut self,
index: Idx
) -> Result<&mut Self::Output, Self::Error>
The fallible equivalent of Index::index
.
Implementors
impl<T: IndexMut<Idx>, Idx> TryIndexMut<Idx> for T
[src]
fn try_index_mut(
&mut self,
index: Idx
) -> Result<&mut Self::Output, Self::Error>
[src]
&mut self,
index: Idx
) -> Result<&mut Self::Output, Self::Error>