Docs.rs
simplisp-0.4.0
simplisp 0.4.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tyleo
Dependencies
error-chain ^0.5
normal
Versions
0%
of the crate is documented
Platform
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
WrapErr
simplisp
0.4.0
WrapErr
Required Methods
wrap_err_to_err
Implementations on Foreign Types
Result<TResult, TError>
Implementors
In simplisp::
error
simplisp
::
error
Trait
WrapErr
Copy item path
Source
pub trait WrapErr<TResult> { // Required method fn
wrap_err_to_err
(self) ->
LispResult
<TResult>; }
Required Methods
§
Source
fn
wrap_err_to_err
(self) ->
LispResult
<TResult>
Implementations on Foreign Types
§
Source
§
impl<TResult, TError>
WrapErr
<TResult> for
Result
<TResult, TError>
where TError:
Error
+
Send
+ 'static,
Source
§
fn
wrap_err_to_err
(self) ->
LispResult
<TResult>
Implementors
§