Trait h3ron::FromH3Index

source ·
pub trait FromH3Index {
    // Required method
    fn from_h3index(h3index: H3Index) -> Self;
}
Expand description

trait for types which can be created from an H3Index

Required Methods§

source

fn from_h3index(h3index: H3Index) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FromH3Index for H3Index

source§

fn from_h3index(h3index: H3Index) -> Self

Implementors§