Skip to main content

exists

Macro exists 

Source
macro_rules! exists {
    (($($vars:tt)*), $Constraint:expr) => { ... };
}
Expand description

Re-export of the exists! macro.