PrintExit

Trait PrintExit 

Source
pub trait PrintExit {
    // Required method
    fn print_exit(&self) -> !;
}

Required Methods§

Source

fn print_exit(&self) -> !

Implementations on Foreign Types§

Source§

impl PrintExit for &str

Source§

fn print_exit(&self) -> !

Source§

impl PrintExit for (&str, i32)

Source§

fn print_exit(&self) -> !

Source§

impl PrintExit for (i32, &str)

Source§

fn print_exit(&self) -> !

Source§

impl PrintExit for (i32, String)

Source§

fn print_exit(&self) -> !

Source§

impl PrintExit for (String, i32)

Source§

fn print_exit(&self) -> !

Source§

impl PrintExit for i32

Source§

fn print_exit(&self) -> !

Source§

impl PrintExit for String

Source§

fn print_exit(&self) -> !

Implementors§