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

pub trait InventoryItemBagDataSink {
    type E: InventoryItemsDataSink;
    type I: InventoryItemDataSink;
    fn push_attr_t(self, v: u32) -> Self;
fn end_in(self) -> Self::E;
fn start_i(self) -> Self::I; }

Associated Types

Required methods

Implementors