pub trait IntoPipelineData {
    fn into_pipeline_data(self) -> PipelineData;
}

Required Methods

Implementors