Skip to main content

require

Macro require 

Source
macro_rules! require {
    ( $cond:expr, $err:expr ) => { ... };
    ( $cond:expr ) => { ... };
}
Expand description

Early-return with an error if the condition is false.