Trait mpi::topology::AsCommunicator [] [src]

pub trait AsCommunicator {
    type Out: Communicator;
    fn as_communicator(&self) -> &Self::Out;
}

Something that has a communicator associated with it

Associated Types

The type of the associated communicator

Required Methods

Returns the associated communicator.

Implementors