Result.RowImpl

Undocumented in source.
struct Result
static
class RowImpl : Row (
T
) {}

Members

Functions

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

Variables

value
T value;
Undocumented in source.

Inherited Members

From Row

from
Row from(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta