[][src]Type Definition sqlx::Result

type Result<T, E = Error> = Result<T, E>;

A specialized Result type for SQLx.