ExtType

Serialization information about an ext type.

nothrow @nogc pure @safe
struct ExtType {}

Members

Variables

length
size_t length;

Number of bytes in this extension type

type
ubyte type;

Type information about this extension type;

Meta