Crate bevy_defer_derive

Source

Attribute Macros§

async_access
Mirror an impl block to an async access component.
async_dyn
Turn an async function into a dyn compatible Pin<Box<dyn Future>>.

Derive Macros§

AsyncComponent
Generate type Async{TypeName} as a AsyncComponentDeref implementation.
AsyncNonSend
Generate type Async{TypeName} as a AsyncNonSendDeref implementation.
AsyncResource
Generate type Async{TypeName} as a AsyncResourceDeref implementation.