Trait rust_mpi::MpiType [] [src]

pub trait MpiType {
    fn get_mpi_type(&self) -> i32;
}

Required Methods

Implementors