Docs.rs
rxrust-0.15.0
rxrust 0.15.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
M-Adoo
Dependencies
async-std ^1.6.3
normal
futures ^0.3.5
normal
smallvec ^1.4.2
normal
tokio ^1.0
normal
optional
bencher ^0.1.5
dev
float-cmp ^0.8.0
dev
Versions
32.92%
of the crate is documented
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
Module observer
rxrust
0.15.0
Module observer
Module Items
Traits
In crate rxrust
rxrust
Module
observer
Copy item path
Source
Traits
ยง
Observer
An Observer is a consumer of values delivered by an Observable. One for each type of notification delivered by the Observable:
next
,
error
, and
complete
.