pub trait RuntimeAccelerationService {
// Required method
fn supports_operation(&self, operation: &str) -> bool;
}Required Methods§
fn supports_operation(&self, operation: &str) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".