[][src]Trait assembly_data::xml::obj::sink::InventoryItemsDataSink

pub trait InventoryItemsDataSink {
    type E: InventoryDataSink;
    type I: InventoryItemBagDataSink;
    pub fn push_attr_nn(self, v: String) -> Self;
pub fn start_in(self) -> Self::I;
pub fn end_items(self) -> Self::E; }

Associated Types

Loading content...

Required methods

pub fn push_attr_nn(self, v: String) -> Self[src]

pub fn start_in(self) -> Self::I[src]

pub fn end_items(self) -> Self::E[src]

Loading content...

Implementors

impl<'a> InventoryItemsDataSink for InventoryStoreDataSink<'a>[src]

type E = InventoryStoreDataSink<'a>

type I = InventoryItemBagStoreDataSink<'a>

Loading content...