[][src]Trait grid_trait::range::RangeBoundsTimes

pub trait RangeBoundsTimes: Sized + Clone {
    fn times(&self, n: i32) -> Self;
}

Performing multiplication on RangeBounds types.

Required methods

fn times(&self, n: i32) -> Self

Loading content...

Implementations on Foreign Types

impl RangeBoundsTimes for Range<i32>[src]

impl RangeBoundsTimes for RangeFrom<i32>[src]

impl RangeBoundsTimes for RangeFull[src]

impl RangeBoundsTimes for RangeInclusive<i32>[src]

impl RangeBoundsTimes for RangeTo<i32>[src]

impl RangeBoundsTimes for RangeToInclusive<i32>[src]

Loading content...

Implementors

impl RangeBoundsTimes for Range0To[src]

Loading content...