[][src]Trait mop_blocks::Domain

pub trait Domain<S> {
    type Error;
    fn len(&self) -> usize;

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

Associated Types

type Error

Loading content...

Required methods

fn len(&self) -> usize

Loading content...

Provided methods

fn is_empty(&self) -> bool

Loading content...

Implementors

Loading content...