Trait gaol::profile::OperationSupport [] [src]

pub trait OperationSupport {
    fn support(&self) -> OperationSupportLevel;
}

Allows operations to be queried to determine how precisely they can be allowed on this platform.

Required Methods

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

Implementors