Trait mpi::datatype::Collection [] [src]

pub unsafe trait Collection {
    fn count(&self) -> Count;
}

A countable collection of things.

Required Methods

How many things are in this collection.

Implementors