logo
pub trait SceneActivity<R>: Activity<R> { }
Expand description

Marker for scene activity behavior

Implementors