Skip to main content

AppSystem

Trait AppSystem 

Source
pub trait AppSystem: SimpleSystem { }
Expand description

Marker trait for systems that participate in the Soroban-first app runtime.

This is the preferred system model for GameApp and SimpleScheduler.

Implementors§