Skip to main content

bamcensus_core/model/identifier/
has_geoid_string.rs

1pub trait HasGeoidString {
2    fn geoid_string(&self) -> String;
3}