[][src]Attribute Macro samotop_async_trait::future_is

#[future_is]

Serves to preserve a parsing error since future_is doesn't really work outside of the scope of async_trait. future_is parsing is handled by the #[async_trait] macro attribute In other words: do not use this outside of #[async_trait] trait definitions and implementations on anything but async methods.