GQLDCustomLeaf

Undocumented in source.
@safe
struct GQLDCustomLeaf (
T
alias SerializationFun = toStringImpl!T
) {}

Constructors

this
this(Type value)
Undocumented in source.

Alias This

value

Members

Aliases

Fun
alias Fun = SerializationFun
Undocumented in source.
Type
alias Type = T
Undocumented in source.

Functions

opAssign
void opAssign(Type value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
Type value;
Undocumented in source.

Meta