[−][src]Trait openssl::stack::Stackable  
Trait implemented by types which can be placed in a stack.
It should not be implemented for any type outside of this crate.
Associated Types
type StackType
The C stack type for this element.
Generally called stack_st_{ELEMENT_TYPE}, normally hidden by the
STACK_OF(ELEMENT_TYPE) macro in the OpenSSL API.
Implementors
impl Stackable for SrtpProtectionProfile[src] 
impl Stackable for SrtpProtectionProfileimpl Stackable for OpensslString[src] 
impl Stackable for OpensslStringtype StackType = stack_st_OPENSSL_STRING
impl Stackable for GeneralName[src] 
impl Stackable for GeneralNametype StackType = stack_st_GENERAL_NAME
impl Stackable for X509[src] 
impl Stackable for X509type StackType = stack_st_X509
impl Stackable for X509Extension[src] 
impl Stackable for X509Extensiontype StackType = stack_st_X509_EXTENSION
impl Stackable for X509Name[src] 
impl Stackable for X509Name