Module stack
Available on (crate features
rustls or boring or acme) and crate feature boring only.Structs§
- Into
Iter - Iter
- An iterator over the stack’s contents.
- IterMut
- A mutable iterator over the stack’s contents.
- Stack
- An owned stack of
T. - Stack
Ref
Traits§
- Stackable
- Trait implemented by types which can be placed in a stack.