Function sim_rust::functions::tick [−][src]
pub fn tick(environment: &mut Box<dyn Environment>) -> Result<(), &'static str>
Expand description
Applies a tick to a passed in environment. This takes both the default environment provided by this library and custom defined environments created by the user.