This module defines rest api to communicate with rpc server.
Structure represents normal response from RPC server with desired columns. Columns element type and name is specified by Column template.
Declares template for holding compile time info about column format: name and element type.
Checks is U actually equal Column semantic, i.e. holding type and name.
See Source File
Subject to the terms of the MIT license, as written in the included LICENSE file.
© 2014 DSoftOut
NCrashed <ncrashed@gmail.com>
This module defines rest api to communicate with rpc server.