[][src]Attribute Macro realia::not

#[not]

Inverts another condition.

Example

#[realia::not(cmd("git"))]
fn example() {
    println!("Git is not installed");
}