Skip to main content

use_threaded_executorTraitConst

Trait use_threaded_executorTraitConst 

Source
pub trait use_threaded_executorTraitConst {
    // Required method
    fn as_raw_use_threaded_executor(&self) -> *const c_void;

    // Provided method
    fn num_threads(&self) -> u32 { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn num_threads(&self) -> u32

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§