Skip to main content

OperatorResource

Trait OperatorResource 

Source
pub trait OperatorResource:
    Send
    + Sync
    + 'static {
    // Required method
    fn resource_name(&self) -> &str;
}

Required Methods§

Source

fn resource_name(&self) -> &str

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§