pub trait FromH3Index {
    fn from_h3index(h3index: H3Index) -> Self;
}
Expand description

trait for types which can be created from an H3Index

Required Methods

Implementations on Foreign Types

Implementors