Introduce a `Responder` type that wraps a `crossbeam_channel::Sender<Result<T>>`. It provides a standard constructor and three sending methods: one for a `Result`, one for an `Ok` value, and one for an `Err` value. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
Introduce a `Responder` type that wraps a `crossbeam_channel::Sender<Result<T>>`. It provides a standard constructor and three sending methods: one for a `Result`, one for an `Ok` value, and one for an `Err` value. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||