Trait contiguous_map::TryFromIndex [−][src]
pub trait TryFromIndex: ToIndex where
Self: Sized, { fn try_from_index(index: Self::Index) -> Option<Self>; }
Expand description
Required methods
fn try_from_index(index: Self::Index) -> Option<Self>
fn try_from_index(index: Self::Index) -> Option<Self>
Attempts to convert from an index to this type.