Docs.rs
moq-lite-0.9.5
moq-lite 0.9.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
kixelated
Dependencies
async-channel ^2
normal
bytes ^1
normal
futures ^0.3
normal
num_enum ^0.7
normal
serde ^1
normal
optional
thiserror ^2
normal
tokio ^1.47
normal
tracing ^0.1
normal
web-async ^0.1.1
normal
web-transport-trait ^0.2
normal
Versions
30.86%
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
SendSyncError
moq_
lite
0.9.5
Send
Sync
Error
Implementors
In crate moq_
lite
moq_lite
Trait
Send
Sync
Error
Copy item path
Source
pub trait SendSyncError:
Error
+
MaybeSend
+
MaybeSync
{ }
Implementors
§
Source
§
impl<T>
SendSyncError
for T
where T:
Error
+
MaybeSend
+
MaybeSync
,