pub trait InputHandle { // Required method fn handle(&self) -> Result<(), Error>; }
Trait for handling an input specification.
Handles the input section and runs appropriate calculations.