Module show_image::termination

source ·
Expand description

Local version of std::process::Termination until it is stabilized.

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

Traits§

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