return_error

Macro return_error 

Source
macro_rules! return_error {
    ($err_type:tt, $($arg:tt)*) => { ... };
}