assert_exists

Macro assert_exists 

Source
macro_rules! assert_exists {
    ($x:expr) => { ... };
}
Expand description

Statically checks if the argument is a valid symbol.

Symbols may be deleted in the code. This macro assures that no function is invalidated because of that.