[][src]Trait math::set::traits::Countable

pub trait Countable {
    pub fn count(&self) -> CountableType;

    pub fn is_finite(&self) -> bool { ... }
}

Required methods

pub fn count(&self) -> CountableType[src]

Loading content...

Provided methods

pub fn is_finite(&self) -> bool[src]

Loading content...

Implementors

Loading content...