Docs.rs
die-0.2.0
die 0.2.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
moparisthebest
Dependencies
Versions
62.5%
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
0.2.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
die
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
§