proxygen
fizz::detail::Writer< PskBinder > Struct Template Reference

#include <Extensions-inl.h>

Public Member Functions

template<class T >
void write (const PskBinder &binder, folly::io::Appender &out)
 

Detailed Description

template<>
struct fizz::detail::Writer< PskBinder >

Definition at line 440 of file Extensions-inl.h.

Member Function Documentation

template<class T >
void fizz::detail::Writer< PskBinder >::write ( const PskBinder binder,
folly::io::Appender out 
)
inline

Definition at line 442 of file Extensions-inl.h.

References fizz::PskBinder::binder.

442  {
443  writeBuf<uint8_t>(binder.binder, out);
444  }

The documentation for this struct was generated from the following file: