Attribute Macro remoc::rtc::async_trait

source ·
#[async_trait]
Available on crate feature rtc only.
Expand description

Attribute that must be applied on all implementations of a trait marked with the remote attribute.

This is a re-export from the async_trait crate.