rstsr_error

Macro rstsr_error 

Source
macro_rules! rstsr_error {
    ($errtype:ident) => { ... };
    ($errtype:ident, $($arg:tt)*) => { ... };
}