maplibre-rs/docs/api/maplibre/io/pipeline/sidebar-items.js

1 line
485 B
JavaScript

window.SIDEBAR_ITEMS = {"enum":[["PipelineError",""]],"struct":[["ClosureProcessable",""],["DataPipeline","A pipeline which consists of multiple steps. Steps are [`Processable`] workloads. Later steps depend on previous ones."],["PipelineContext","Context which is available to each step within a [`DataPipeline`]"],["PipelineEnd","Marks the end of a [`DataPipeline`]"]],"trait":[["PipelineProcessor","Processes events which happen during the pipeline execution"],["Processable",""]]};