[][src]Trait mybound::MyRangeBounds

pub trait MyRangeBounds<T: ?Sized>: RangeBounds<T> {
    fn start_bound(&self) -> MyBound<&T> { ... }
fn end_bound(&self) -> MyBound<&T> { ... } }

Provided methods

fn start_bound(&self) -> MyBound<&T>

fn end_bound(&self) -> MyBound<&T>

Loading content...

Implementors

impl<T, U: RangeBounds<T>> MyRangeBounds<T> for U[src]

fn start_bound(&self) -> MyBound<&T>[src]

fn end_bound(&self) -> MyBound<&T>[src]

Loading content...