Function sim_rust::functions::tick[][src]

pub fn tick(
    environment: Box<dyn Environment>
) -> Result<Box<dyn Environment>, &'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.