[][src]Trait bedrock::AnalogNumRange

pub trait AnalogNumRange<T> {
    fn begin(&self) -> T;
fn end(&self) -> T; fn count(&self) -> T
    where
        T: Sub<T, Output = T> + Copy
, { ... } }

Required methods

fn begin(&self) -> T

fn end(&self) -> T

Loading content...

Provided methods

fn count(&self) -> T where
    T: Sub<T, Output = T> + Copy

Loading content...

Implementations on Foreign Types

impl<T> AnalogNumRange<T> for Range<T> where
    T: Copy
[src]

Loading content...

Implementors

impl<T> AnalogNumRange<T> for T where
    T: Add<u32, Output = T> + Copy
[src]

Loading content...