exec

Function exec 

Source
pub fn exec() -> Result<(), Box<dyn Error>>
Expand description

Executes the program. If errors are encountered during the execution these are returned immediately. The wrapping method needs to take care of formatting and displaying these errors appropriately.