Docs.rs
die-exit-0.4.0
die-exit 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Xavientois
Dependencies
Versions
70%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
PrintExit
Required Methods
print_exit
Implementations on Foreign Types
&str
(&str, i32)
(String, i32)
(i32, &str)
(i32, String)
String
i32
Implementors
In die_exit
?
Trait
die_exit
::
PrintExit
source
·
[
−
]
pub trait PrintExit { fn
print_exit
(&self) ->
!
; }
Required Methods
§
source
fn
print_exit
(&self) ->
!
Implementations on Foreign Types
§
source
§
impl
PrintExit
for
i32
source
§
fn
print_exit
(&self) ->
!
source
§
impl
PrintExit
for &
str
source
§
fn
print_exit
(&self) ->
!
source
§
impl
PrintExit
for
String
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 (&
str
,
i32
)
source
§
fn
print_exit
(&self) ->
!
source
§
impl
PrintExit
for (
String
,
i32
)
source
§
fn
print_exit
(&self) ->
!
Implementors
§