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