pub trait use_threaded_executorTrait: use_threaded_executorTraitConst {
// Required method
fn as_raw_mut_use_threaded_executor(&mut self) -> *mut c_void;
// Provided method
fn set_num_threads(&mut self, val: u32) { ... }
}
Expand description
Mutable methods for crate::gapi::use_threaded_executor