Type Definition cargo_rx::Error

source ·
pub type Error = Box<dyn Error + 'static>;
Expand description

Represents any error type.

Note

It may be worth it to refactor the error handling logic to instead use anyhow or something similar, if and when time allows.