Docs.rs
  • async-nats-0.31.0
    • async-nats 0.31.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • derekcollison
    • Jarema
    • Dependencies
      • base64 ^0.21 normal
      • bytes ^1.4.0 normal
      • futures ^0.3.26 normal
      • http ^0.2.9 normal
      • itoa ^1 normal
      • memchr ^2.4 normal
      • nkeys ^0.3.0 normal
      • nuid ^0.3.2 normal
      • once_cell ^1.17.1 normal
      • rand ^0.8 normal
      • regex ^1.7.1 normal
      • ring ^0.16 normal
      • rustls-native-certs ^0.6 normal
      • rustls-pemfile ^1.0.2 normal
      • serde ^1.0.152 normal
      • serde_json ^1.0.93 normal
      • serde_nanos ^0.1.3 normal
      • serde_repr ^0.1.10 normal
      • thiserror ^1.0 normal
      • time ^0.3.20 normal
      • tokio ^1.25.0 normal
      • tokio-retry ^0.3 normal
      • tokio-rustls ^0.24 normal
      • tracing ^0.1 normal
      • url ^2 normal
      • rustls-webpki ^0.101.1 normal
      • criterion ^0.3 dev
      • rand ^0.8 dev
      • tokio ^1.25.0 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 60.67% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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
logo

logo

Module context

  • Structs
  • Enums
  • Type Definitions
?
Change settings

Module async_nats::jetstream::context

source ·
Expand description

Manage operations on Context, create/delete/update Stream

Structs

  • AccountError
  • Context
    A context which can perform jetstream scoped requests.
  • CreateKeyValueError
  • CreateStreamError
  • GetStreamError
  • KeyValueError
  • ObjectStoreError
  • Publish
    Used for building customized publish message.
  • PublishAckFuture
  • PublishError
  • RequestError
  • StreamNames
  • Streams
  • StreamsError

Enums

  • AccountErrorKind
  • CreateKeyValueErrorKind
  • CreateStreamErrorKind
  • GetStreamErrorKind
  • KeyValueErrorKind
  • ObjectStoreErrorKind
  • PublishErrorKind
  • RequestErrorKind

Type Definitions

  • CreateObjectStoreError
  • CreateObjectStoreErrorKind
  • DeleteObjectStore
  • DeleteObjectStoreKind
  • DeleteStreamError
  • DeleteStreamErrorKind
  • UpdateStreamError
  • UpdateStreamErrorKind