Module json_ld_core::future

source ·
Expand description

Custom futures for json-ld functions.

This modules defines futures used in this library. In particular it defines a non-Send variant of the futures::future::BoxFuture type enabled when compiling for wasm32.

Traits

  • An extension trait for Futures that provides a variety of convenient adapters.

Type Aliases

  • An owned dynamically typed Future for use in cases where you can’t statically type your result or need to add some indirection.