CommandPolicy

Trait CommandPolicy 

Source
pub trait CommandPolicy: Send + Sync {
    // Required method
    fn check(&self, invocation: &CommandInvocation) -> Result<()>;
}

Required Methods§

Source

fn check(&self, invocation: &CommandInvocation) -> Result<()>

Implementors§