MySQLRow.toStruct

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void toStruct(T x)
    struct MySQLRow
    void
    toStruct
    (
    T
    Strict strict = Strict.yes
    )
    (
    ref T x
    )
    if (
    is(Unqual!T == struct)
    )
  2. T toStruct()

Meta