Files
darkfi/bin
lunar-mining 0ba3dece3a dnetview: custom error handling
we migrate custom errors to DnetViewError and DnetViewResult.

there is one outstanding problem:

terminal.draw(|f| match view.render(f) {
    Ok(()) => {}
    Err(e) => {
        debug!("{}", e);
    }
})?;

errors that may occur inside of View are currently being propagated into
this anonymous closure, where they cannot be properly handled.
2022-05-03 11:56:09 +02:00
..
2022-04-23 21:21:19 +02:00
2022-04-23 21:21:15 +02:00
2022-04-23 21:21:19 +02:00
2022-05-03 11:56:09 +02:00
2022-04-23 21:21:19 +02:00
2022-05-03 10:05:53 +02:00
2022-05-03 01:40:58 +03:00
2022-04-23 21:21:19 +02:00
2022-04-23 21:21:19 +02:00