Function rxrust::observable::throw[][src]

pub fn throw<Err>(e: Err) -> ThrowObservable<Err>
Expand description

Creates an observable that emits no items, just terminates with an error.

Arguments

  • e - An error to emit and terminate with