Trait openssl::stack::Stackable [−][src]
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.