RpcResult

Struct describes JSON-RPC 2.0 result which used in RpcRequest

Example

auto res = RpcResult(res);

Constructors

this
this(Bson bson)

Supported only ctor from Bson yet

Members

Functions

toJson
Json toJson()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin t_field!(Bson, "bson")
Undocumented in source.

Meta

Authors

Zaramzan <shamyan.roman@gmail.com>