Macro combu::check_license[][src]

macro_rules! check_license {
    ($context : ident, $license_func : expr) => { ... };
}
Expand description

Checks context has license flag. If the context has license flag, exec $license_func and return done.