Crate sqlx_rt

source ·

Re-exports

Modules

  • Filesystem manipulation operations.

Macros

Structs

  • A TCP stream between a local and a remote socket.
  • A wrapper around a rustls::ClientConfig, providing an async connect method.
  • A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
  • A Unix stream socket.

Traits

Functions

  • Spawns a task and blocks the current thread on its result.
  • Sleeps for the specified amount of time.
  • Spawns a task.
  • Awaits a future or times out after a duration of time.
  • Cooperatively gives up a timeslice to the task scheduler.