[][src]Trait mop_blocks::SolutionDomain

pub trait SolutionDomain<S> {
    fn len(&self) -> usize;

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

Required methods

fn len(&self) -> usize

Loading content...

Provided methods

fn is_empty(&self) -> bool

Loading content...

Implementors

Loading content...