diff --git a/docs/api/maplibre/io/pipeline/trait.Processable.html b/docs/api/maplibre/io/pipeline/trait.Processable.html index 971ce10f..594a0541 100644 --- a/docs/api/maplibre/io/pipeline/trait.Processable.html +++ b/docs/api/maplibre/io/pipeline/trait.Processable.html @@ -3,4 +3,4 @@ type Output; fn process(
        &self,
        input: Self::Input,
        context: &mut PipelineContext
    ) -> Result<Self::Output, PipelineError>; -}

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors

\ No newline at end of file +}

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors

\ No newline at end of file diff --git a/docs/api/maplibre/io/tile_pipelines/fn.build_vector_tile_pipeline.html b/docs/api/maplibre/io/tile_pipelines/fn.build_vector_tile_pipeline.html index 479935f3..fcd6dfa1 100644 --- a/docs/api/maplibre/io/tile_pipelines/fn.build_vector_tile_pipeline.html +++ b/docs/api/maplibre/io/tile_pipelines/fn.build_vector_tile_pipeline.html @@ -1 +1 @@ -build_vector_tile_pipeline in maplibre::io::tile_pipelines - Rust
pub fn build_vector_tile_pipeline(
) -> impl Processable<Input = <ParseTile as Processable>::Input>
\ No newline at end of file +build_vector_tile_pipeline in maplibre::io::tile_pipelines - Rust
pub fn build_vector_tile_pipeline(
) -> impl Processable<Input = <ParseTile as Processable>::Input>
\ No newline at end of file diff --git a/docs/api/maplibre/io/tile_pipelines/index.html b/docs/api/maplibre/io/tile_pipelines/index.html index 28e41fad..8272cfb6 100644 --- a/docs/api/maplibre/io/tile_pipelines/index.html +++ b/docs/api/maplibre/io/tile_pipelines/index.html @@ -1 +1 @@ -maplibre::io::tile_pipelines - Rust

Structs

Functions

\ No newline at end of file +maplibre::io::tile_pipelines - Rust

Structs

Functions

\ No newline at end of file diff --git a/docs/api/maplibre/io/tile_pipelines/struct.IndexLayer.html b/docs/api/maplibre/io/tile_pipelines/struct.IndexLayer.html index 30429978..8d2cfed8 100644 --- a/docs/api/maplibre/io/tile_pipelines/struct.IndexLayer.html +++ b/docs/api/maplibre/io/tile_pipelines/struct.IndexLayer.html @@ -1,4 +1,4 @@ -IndexLayer in maplibre::io::tile_pipelines - Rust
pub struct IndexLayer;

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +IndexLayer in maplibre::io::tile_pipelines - Rust
pub struct IndexLayer;

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read more
Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read more
Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s. Read more
Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot diff --git a/docs/api/maplibre/io/tile_pipelines/struct.ParseTile.html b/docs/api/maplibre/io/tile_pipelines/struct.ParseTile.html index ae0e71f0..583e1cdd 100644 --- a/docs/api/maplibre/io/tile_pipelines/struct.ParseTile.html +++ b/docs/api/maplibre/io/tile_pipelines/struct.ParseTile.html @@ -1,4 +1,4 @@ -ParseTile in maplibre::io::tile_pipelines - Rust
pub struct ParseTile;

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +ParseTile in maplibre::io::tile_pipelines - Rust
pub struct ParseTile;

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read more
Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read more
Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s. Read more
Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot diff --git a/docs/api/maplibre/io/tile_pipelines/struct.TessellateLayer.html b/docs/api/maplibre/io/tile_pipelines/struct.TessellateLayer.html index 8d8c40c5..99cb2905 100644 --- a/docs/api/maplibre/io/tile_pipelines/struct.TessellateLayer.html +++ b/docs/api/maplibre/io/tile_pipelines/struct.TessellateLayer.html @@ -1,4 +1,4 @@ -TessellateLayer in maplibre::io::tile_pipelines - Rust
pub struct TessellateLayer;

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +TessellateLayer in maplibre::io::tile_pipelines - Rust
pub struct TessellateLayer;

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read more
Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read more
Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s. Read more
Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot diff --git a/docs/api/src/maplibre/io/tile_pipelines.rs.html b/docs/api/src/maplibre/io/tile_pipelines.rs.html index 001fa635..534266ef 100644 --- a/docs/api/src/maplibre/io/tile_pipelines.rs.html +++ b/docs/api/src/maplibre/io/tile_pipelines.rs.html @@ -175,11 +175,9 @@ 175 176 177 -178
use std::collections::HashSet;
 
-use geozero::GeozeroDatasource;
-use prost::Message;
+use geozero::{mvt::Message, GeozeroDatasource};
 
 use crate::{
     io::{