Skip to main content

RuntimeAccelerationService

Trait RuntimeAccelerationService 

Source
pub trait RuntimeAccelerationService {
    // Required method
    fn supports_operation(&self, operation: &str) -> bool;
}

Required Methods§

Source

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".

Implementors§