Trait fringe::GuardedStack [] [src]

pub unsafe trait GuardedStack { }

A marker trait for Stack objects with a guard page.

To preserve memory safety, an implementation of this trait must fulfill the following contract, in addition to the contract of Stack:

Implementors