Attribute Macro async_trait

Source
#[async_trait]
Expand description

Re-exports the async_trait crate.

This crate provides a procedural macro for defining async traits in Rust.

For more details on #[async_trait], see async_trait