Docs.rs
  • dremoc-sync-0.1.0
    • dremoc-sync 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dodeca1337
    • Dependencies
      • remoc ^0.14.0 normal
      • serde ^1.0 normal
      • tokio ^1.40 normal
    • Versions
    • 0% 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

dremoc_sync0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • RwLock
  • RwLockReadGuard
  • RwLockWriteGuard
  • broadcast::Receiver
  • broadcast::ReceiverStream
  • broadcast::Sender
  • mpsc::DistributedReceiverHandle
  • mpsc::Distributor
  • mpsc::Permit
  • mpsc::Receiver
  • mpsc::Sender
  • oneshot::Receiver
  • oneshot::Sender
  • watch::Receiver
  • watch::ReceiverStream
  • watch::Ref
  • watch::Sender

Enums

  • CommitError
  • LockError
  • broadcast::RecvError
  • broadcast::SendError
  • broadcast::StreamError
  • broadcast::TryRecvError
  • mpsc::RecvError
  • mpsc::SendError
  • mpsc::TryRecvError
  • mpsc::TrySendError
  • oneshot::RecvError
  • oneshot::SendError
  • oneshot::TryRecvError
  • watch::ChangedError
  • watch::RecvError
  • watch::SendError

Traits

  • mpsc::MpscExt
  • oneshot::OneshotExt
  • watch::WatchExt

Functions

  • broadcast::channel
  • mpsc::channel
  • oneshot::channel
  • watch::channel