pub type NewSessionTicketExtensions = Vec<NewSessionTicketExtension>;

Trait Implementations

Function for encoding itself by appending itself to the provided vec of bytes. Read more
Function for decoding itself from the provided reader will return Some if the decoding was successful or None if it was not. Read more
Convenience function for encoding the implementation into a vec and returning it Read more
Function for wrapping a call to the read function in a Reader for the slice of bytes provided Read more