logo
pub trait AsyncSceneActivity<R>: AsyncActivity<R> { }
Expand description

Marker for asynchronous scene activity behavior

Implementors