Trait numa_gpu::runtime::dispatcher::IntoHetMorselIterator
source · [−]pub trait IntoHetMorselIterator<'a> {
type Iter;
fn into_het_morsel_iter<'h: 'a>(
&'a mut self,
executor: &'h mut HetMorselExecutor
) -> Self::Iter;
}
Associated Types
Required methods
fn into_het_morsel_iter<'h: 'a>(
&'a mut self,
executor: &'h mut HetMorselExecutor
) -> Self::Iter
fn into_het_morsel_iter<'h: 'a>(
&'a mut self,
executor: &'h mut HetMorselExecutor
) -> Self::Iter
Create an iterator from a value.
See module-level documentation for details.