Module show_image::termination[][src]

Expand description

Local version of std::process::Termination untill it is stabalized.

On nightly, this module just re-exports the real std::process::Termination trait.

Traits

TerminationExperimental

A trait for implementing arbitrary return types in the main function.