Skip to main content

error

Macro error 

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

Alias for err!. Anchor-style spelling for ported code. Functionally identical.