[][src]Module pikmin::writer

Writers to output the trade data into external storage.

Modules

db_mysql

A writer implementation for MySQL.

stdout

A writer implementation for stdout.

Structs

Trade

Standard trade implementation. The data from an external source must be converted into this.

Traits

Writer

An abstraction of recorders. See StdOutWriter for an usage example.