[][src]Module sqlx::encode

Types and traits for encoding values to the database.

Enums

IsNull

The return type of [Encode::encode].

Traits

Encode

Encode a single value to be sent to the database.