pub trait FastDivmodInt:
Int
+ MulHi
+ ScalarArgSettings
+ LaunchArg<CompilationArg = ()> {
// Required method
fn size(launcher: &KernelLauncher) -> usize;
}Required Methods§
fn size(launcher: &KernelLauncher) -> usize
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".