gaol::profile

Trait 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§