Docs.rs
cgp-error-0.3.0
cgp-error 0.3.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
soareschen
Dependencies
cgp-async ^0.3.0
normal
cgp-component ^0.3.0
normal
cgp-component-macro ^0.3.0
normal
cgp-type ^0.3.0
normal
Versions
16.67%
of the crate is documented
Go to latest version
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
cgp_
error
0.3.0
HasAsync
Error
Type
Implementors
In crate cgp_
error
cgp_error
Trait
HasAsyncErrorType
Copy item path
Source
pub trait HasAsyncErrorType:
Async
+
HasErrorType
<Error:
Async
> { }
Implementors
§
Source
§
impl<Context>
HasAsyncErrorType
for Context
where Context:
Async
+
HasErrorType
<Error:
Async
>,