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

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

fn support(&self) -> OperationSupportLevel

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

Loading content...

Implementors

impl OperationSupport for Operation[src]

Loading content...