[][src]Trait linux::util::int::BoundedRange

pub trait BoundedRange<T> {
    fn to_range(self) -> Range<T>;
}

Objects that can be interpreted as a bounded range.

Required methods

fn to_range(self) -> Range<T>

Returns the range.

Loading content...

Implementations on Foreign Types

impl<T> BoundedRange<T> for Range<T>[src]

impl BoundedRange<u8> for RangeTo<u8>[src]

impl BoundedRange<u16> for RangeTo<u16>[src]

impl BoundedRange<u32> for RangeTo<u32>[src]

impl BoundedRange<u64> for RangeTo<u64>[src]

impl BoundedRange<u128> for RangeTo<u128>[src]

impl BoundedRange<usize> for RangeTo<usize>[src]

Loading content...

Implementors

Loading content...