Enum scrupy::item_pipeline::ItemProduct [] [src]

pub enum ItemProduct<T> {
    Item(T),
    Ignore,
}

Processed result of itempipeline

Variants

An item that will be passed to next ItemPipeline.

The item is no longer processed by further pipeline components.