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.
pub trait Stackable: ForeignType {
type StackType;
}Trait implemented by types which can be placed in a stack.
It should not be implemented for any type outside of this crate.