pub trait Stackable: ForeignType {
type StackType;
}
Expand description
Trait implemented by types which can be placed in a stack.
It should not be implemented for any type outside of this crate.
Required Associated Types§
Object Safety§
This trait is not object safe.