error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`)
--> src/main.rs:27:15
|
27 | let tmp = Bar::version()?;
| ^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()`