Trait InputHandle

Source
pub trait InputHandle {
    // Required method
    fn handle(&self) -> Result<(), Error>;
}
Expand description

Trait for handling an input specification.

Required Methods§

Source

fn handle(&self) -> Result<(), Error>

Handles the input section and runs appropriate calculations.

Implementors§