Docs.rs
rart-rs-0.0.8
rart-rs 0.0.8
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
matheuswhite
Dependencies
chrono ^0.4.19
normal
const_format ^0.2.26
normal
heapless ^0.7.10
normal
panic-halt ^0.2.0
normal
rart-macros ^0.0.6
normal
Versions
0%
of the crate is documented
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
Expect
rart_rs
0.0.8
Expect
Required Methods
rart_expect
Implementations on Foreign Types
Option<T>
Result<T, E>
Implementors
In crate rart_
rs
rart_rs
Trait
Expect
Copy item path
Source
pub trait Expect<T> { // Required method fn
rart_expect
(self, msg: &
str
) -> T; }
Required Methods
§
Source
fn
rart_expect
(self, msg: &
str
) -> T
Implementations on Foreign Types
§
Source
§
impl<T>
Expect
<T> for
Option
<T>
Source
§
fn
rart_expect
(self, msg: &
str
) -> T
Source
§
impl<T, E>
Expect
<T> for
Result
<T, E>
Source
§
fn
rart_expect
(self, msg: &
str
) -> T
Implementors
§