pub type NewSessionTicketExtensions = Vec<NewSessionTicketExtension>;
Encode yourself by appending onto bytes.
bytes
Decode yourself by fiddling with the Reader. Return Some if it worked, None if not. Read more
Reader
Convenience function to get the results of encode().
encode()
Read one of these from the front of bytes and return it. Read more