Trait h3ron::ToIndex[][src]

pub trait ToIndex {
    fn to_index(&self) -> Index;
}

marker trait for indexes

Required methods

fn to_index(&self) -> Index[src]

Loading content...

Implementations on Foreign Types

impl ToIndex for H3Index[src]

Loading content...

Implementors

impl ToIndex for Index[src]

Loading content...