Module stabby::future

source ·
Expand description

Futures can be ABI-stable if you wish hard enough

Structs§

Traits§

Type Aliases§

  • A type alias for dynptr!(Box<dyn Future<Output = Output> + Send + Sync + 'a>)
  • A type alias for dynptr!(Box<dyn Future<Output = Output> + 'a>)
  • A type alias for dynptr!(Box<dyn Future<Output = Output> + Send + 'a>)