Docs.rs
yacm-0.1.3
yacm 0.1.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
roblperry
Dependencies
async-trait ^0.1.74
normal
thiserror ^1.0.50
normal
yacm_derive ^0.1.3
normal
optional
yacm_derive ^0.1.3
dev
Versions
18.18%
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
BoxError
yacm
0.1.3
BoxError
Aliased Type
In crate yacm
yacm
Type Alias
BoxError
Copy item path
Source
pub type BoxError =
Box
<dyn
Error
+
Sync
+
Send
>;
Aliased Type
ยง
pub struct BoxError(
/* private fields */
);