You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preamble error[E0412]: cannot find type Utm in this scope --> src\main.rs:8:30 | 8 | let utm: Utm = coord.clone().into(); | ^^^ not found in this scope
perhaps change line 8 to: let utm: utm::Utm = coord.clone().into();
The text was updated successfully, but these errors were encountered:
Preamble
error[E0412]: cannot find type Utm in this scope
--> src\main.rs:8:30
|
8 | let utm: Utm = coord.clone().into();
| ^^^ not found in this scope
perhaps change line 8 to:
let utm: utm::Utm = coord.clone().into();
The text was updated successfully, but these errors were encountered: