[][src]Module mysql_async::prelude

Traits used in this crate

Traits

ConnectionLike

Everything that is connection.

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.

Protocol

Trait for protocol markers [TextProtocol] and [BinaryProtocol].

Queryable

Represents something queryable like connection or transaction.

ToValue