Macro memory_error

Source
macro_rules! memory_error {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Macro for creating memory errors