Trait die_exit::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§