[][src]Trait flatk::IntBound

pub trait IntBound: Sub<Self, Output = Self> + Add<usize, Output = Self> + Into<usize> + From<usize> + Clone { }

A helper trait to identify valid types for Range bounds for use as Sets.

Implementors

impl<T> IntBound for T where
    T: Sub<Self, Output = Self> + Add<usize, Output = Self> + Into<usize> + From<usize> + Clone
[src]

Loading content...