Docs.rs
test-r-2.2.2
test-r 2.2.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vigoo
Dependencies
ctor ^0.4
normal
test-r-core ^4.0.1
normal
test-r-macro ^1.3.2
normal
tokio ^1
normal
optional
serde_json ^1
dev
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
TestReturnValue
test_r
2.2.2
Test
Return
Value
Required Methods
as_result
Implementations on Foreign Types
()
Result<T, E>
Implementors
In test_
r::
core
test_r
::
core
Trait
Test
Return
Value
Copy item path
Source
pub trait TestReturnValue { // Required method fn
as_result
(&self) ->
Result
<
()
,
String
>; }
Required Methods
§
Source
fn
as_result
(&self) ->
Result
<
()
,
String
>
Implementations on Foreign Types
§
Source
§
impl
TestReturnValue
for
()
Source
§
fn
as_result
(&self) ->
Result
<
()
,
String
>
Source
§
impl<T, E>
TestReturnValue
for
Result
<T, E>
where E:
Display
,
Source
§
fn
as_result
(&self) ->
Result
<
()
,
String
>
Implementors
§