logo

Attribute Macro valence::async_trait

source · []
#[async_trait]
Expand description

Used on Config to allow for async methods in traits.

For more information see the async_trait crate.