[][src]Trait indexing::indexing::IntoCheckedRange

pub trait IntoCheckedRange<'id>: Sized {
    fn into(self) -> Result<Range<'id, NonEmpty>, IndexingError>;
}

Required methods

fn into(self) -> Result<Range<'id, NonEmpty>, IndexingError>

Loading content...

Implementors

impl<'id> IntoCheckedRange<'id> for Range<'id>[src]

impl<'id> IntoCheckedRange<'id> for Range<'id, NonEmpty>[src]

Loading content...