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 convert
Rowinto 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 constructs
QueryWithParams. 
Functions
Type Aliases
- Result type alias for this library.
 
Derive Macros
- Derives
FromRow. Seemysql_commoncrate-level docs for more info. - Derives
FromValue. Seemysql_commoncrate-level docs for more info.