trait StackExt: Stack { // Provided method fn size(&self) -> usize { ... } }
Convenience extension for [Stack] that exposes the total mapped size.
Stack
Returns the total size of the stack mapping (including guard page).