rx_core_observable_throw

Crates.iorx_core_observable_throw
lib.rsrx_core_observable_throw
version0.2.0
created_at2026-01-19 11:09:08.929717+00
updated_at2026-01-24 15:03:38.354619+00
descriptionthrow observable for rx_core
homepagehttps://github.com/AlexAegis/rx_bevy
repositoryhttps://github.com/AlexAegis/rx_bevy
max_upload_size
id2054295
size10,842
Sandor (AlexAegis)

documentation

https://github.com/AlexAegis/rx_bevy

README

observable_throw

crates.io ci codecov license

Immediately errors.

See Also

Example

cargo run -p rx_core --example observable_throw_example
let _subscription = throw("hello").subscribe(PrintObserver::new("throw_example"));

Output:

throw_example - error: "hello"
Commit count: 652

cargo fmt