Trait math::set::traits::Countable

source ·
pub trait Countable {
    // Required method
    fn count(&self) -> CountableType;

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

Required Methods§

Provided Methods§

source

fn is_finite(&self) -> bool

Implementors§