Deliver plain dim-0 and dim-1 events as json

This commit is contained in:
Dominik Werder
2021-06-11 13:35:48 +02:00
parent 20d5fe9573
commit b736905448
23 changed files with 1177 additions and 164 deletions

View File

@@ -31,6 +31,10 @@ impl Error {
trace_str: Some(fmt_backtrace(&backtrace::Backtrace::new())),
}
}
pub fn msg(&self) -> &str {
&self.msg
}
}
fn fmt_backtrace(trace: &backtrace::Backtrace) -> String {