Type Alias MySqlClient

Source
type MySqlClient = Arc<Pool<MySql>>;

Aliased Typeยง

struct MySqlClient { /* private fields */ }