Trait h3ron::HasH3Index[][src]

pub trait HasH3Index {
    fn h3index(&self) -> H3Index;
}

marker trait for indexes, including conversion to a H3Index

Required methods

fn h3index(&self) -> H3Index[src]

Loading content...

Implementations on Foreign Types

impl HasH3Index for H3Index[src]

Loading content...

Implementors

Loading content...