idlString

Returns an IDL string describing the passed »root« entities and all types they depend on.

template idlString (
Roots...
) if (
allSatisfy!(isThriftEntity, Roots)
) {}

Members

Manifest constants

idlString
enum idlString;
Undocumented in source.

Meta