Crate cxx_async_macro

Source
Expand description

The definition of the #[bridge] macro.

Don’t depend on this crate directly; just use the reexported macro in cxx-async.

Attribute Macros§

bridge
Defines a future or stream type that can be awaited from both Rust and C++.