Skip to content

Commit

Permalink
Add Debug trait to IpInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jan 20, 2025
1 parent ed666a3 commit a5308c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/ip_info.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use crate::country_code::CountryCode;
use crate::lat_long::LatitudeLongitude;

#[derive(Debug)]
pub struct IpInfo {
pub country: CountryCode,
pub lat_long: LatitudeLongitude,
Expand Down

0 comments on commit a5308c0

Please sign in to comment.