[][src]Module mysql_async::prelude

Traits used in this crate

Traits

ConvIr

Basic operations on FromValue conversion intermediate result.

FromRow

Trait to convert Row into a tuple of FromValue implementors up to arity 12.

FromValue

Implement this trait to convert value to something.

LocalInfileHandler

Trait used to handle local infile requests.

Queryable

Represents something queryable like connection or transaction.

ToValue