[][src]Trait lset::Empty

pub trait Empty {
    fn is_empty(&self) -> bool;
}

A trait for determining whether a set is empty

Required methods

fn is_empty(&self) -> bool

Returns whether or not the set is empty

Loading content...

Implementors

impl<T, U, V> Empty for Span<T, U> where
    T: PartialOrd<V> + Add<U, Output = V> + Clone,
    U: Clone
[src]

impl<T: PartialEq> Empty for Line<T>[src]

Loading content...