RpcIdTypeAttribute

Allow to specify the id type used by some rpc protocol (like json-rpc 2.0)

package
struct RpcIdTypeAttribute (
T
) if (
is(T == int) ||
is(T == string)
) {}

Members

Aliases

idType
alias idType = T
Undocumented in source.

Meta