Trait gaol::profile::OperationSupport

source ·
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§

source

fn support(&self) -> OperationSupportLevel

Returns an OperationSupportLevel describing how well this operation can be allowed on this platform.

Implementors§