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

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

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

Required methods

fn count(&self) -> CountableType

Loading content...

Provided methods

fn is_finite(&self) -> bool

Loading content...

Implementors

Loading content...