MCPcopy Create free account
hub / github.com/Rustixir/tokio_sky / MysqlBatcher

Class MysqlBatcher

examples/batch_insert_mysql.rs:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117struct MysqlBatcher {
118 pool: Pool
119}
120
121impl MysqlBatcher {
122 pub fn new(pool: Pool) -> MysqlBatcher {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected