Trait wr_glyph_rasterizer::rasterizer::AsyncForEach
source · pub trait AsyncForEach<T> {
// Required method
fn async_for_each<F: Fn(MutexGuard<'_, T>) + Send + 'static>(&self, f: F);
}
Required Methods§
fn async_for_each<F: Fn(MutexGuard<'_, T>) + Send + 'static>(&self, f: F)
Object Safety§
This trait is not object safe.