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.

Implementations on Foreign Types

impl<T> Collection for [T] where
    T: Equivalence
[src]

[src]

Implementors