stack_req_any

Macro stack_req_any 

Source
macro_rules! stack_req_any {
    ($($req:expr),* $(,)?) => { ... };
}
Expand description

Takes the maximum of multiple stack requirements.