Skip to main content

SimpleSystem

Trait SimpleSystem 

Source
pub trait SimpleSystem {
    // Required method
    fn run(&mut self, context: &mut SystemContext<'_, '_, '_>);
}
Expand description

System trait for the SimpleWorld/Soroban runtime.

Required Methods§

Source

fn run(&mut self, context: &mut SystemContext<'_, '_, '_>)

Implementors§