pub trait OperationSupport {
// Required method
fn support(&self) -> OperationSupportLevel;
}
Expand description
Allows operations to be queried to determine how precisely they can be allowed on this platform.
Required Methods§
Sourcefn support(&self) -> OperationSupportLevel
fn support(&self) -> OperationSupportLevel
Returns an OperationSupportLevel
describing how well this operation can be allowed on
this platform.