Docs.rs
thread-services-0.1.0
thread-services 0.1.0
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
bashandbone
Dependencies
async-trait ^0.1.88
normal
cfg-if ^1.0.4
normal
futures ^0.3.31
normal
optional
ignore ^0.4.25
normal
mimalloc ^0.1.48
normal
optional
pin-project ^1.1.10
normal
optional
recoco-utils ^0.2.1
normal
serde ^1.0.228
normal
optional
thiserror ^2.0.17
normal
thread-ast-engine ^0.1.0
normal
optional
thread-language ^0.1.0
normal
optional
thread-utilities ^0.1.3
normal
tower ^0.5.2
normal
optional
tower-service ^0.3.3
normal
optional
Versions
60.35%
of the crate is documented
Platform
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
Skip to main content
BoxError
thread_
services
0.1.0
BoxError
Aliased Type
In thread_
services::
error
thread_services
::
error
Type Alias
BoxError
Copy item path
Source
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
ยง
pub struct BoxError(
/* private fields */
);