Crate mysql_macro
source ·Re-exports
- pub use mysql_async;
Macros
Structs
- FromRowconversion error.
- FromValueconversion error.
Enums
- This type enumerates library errors.
- Representations of parameters of a prepared statement.
Constants
Statics
Traits
- Trait to convertRowinto a tuple ofFromValueimplementors up to arity 12.
- Implement this trait to convert a value to some type.
- MySql text query.
- Methods of this trait are used to execute database queries.
- Helper, that constructsQueryWithParams.
Functions
Type Aliases
- Result type alias for this library.
Derive Macros
- DerivesFromRow. Seemysql_commoncrate-level docs for more info.
- DerivesFromValue. Seemysql_commoncrate-level docs for more info.