pub trait Bounded { type LivState: Displayable; // Required method fn bounded(&self) -> Result<bool>; }
Returns whether the model has a bounded state space.