resource_exhausted

Macro resource_exhausted 

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