Trait gcollections::ops::set::ProperSubset[][src]

pub trait ProperSubset<RHS = Self> {
    fn is_proper_subset(&self, rhs: &RHS) -> bool;
}

Required Methods

Implementations on Foreign Types

impl ProperSubset for i8
[src]

impl ProperSubset for u8
[src]

impl ProperSubset for i16
[src]

impl ProperSubset for u16
[src]

impl ProperSubset for i32
[src]

impl ProperSubset for u32
[src]

impl ProperSubset for i64
[src]

impl ProperSubset for u64
[src]

impl ProperSubset for isize
[src]

impl ProperSubset for usize
[src]

Implementors