Docs.rs
die-exit-0.5.0
die-exit 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Xavientois
Dependencies
Versions
70%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
die_
exit
0.5.0
Print
Exit
Required Methods
print_exit
Implementations on Foreign Types
&str
(&str, i32)
(String, i32)
(i32, &str)
(i32, String)
String
i32
Implementors
In crate die_
exit
die_exit
Trait
Print
Exit
Copy item path
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
§