[][src]Macro combu::check_license

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

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