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
Constant methods for crate::gapi::use_threaded_executor
Required Methods§
fn as_raw_use_threaded_executor(&self) -> *const c_void
Provided Methods§
fn num_threads(&self) -> u32
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".