[][src]Trait assembly_data::objx::sink::InventoryItemBagDataSink

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

Associated Types

Loading content...

Required methods

pub fn push_attr_t(self, v: u32) -> Self[src]

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

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

Loading content...

Implementors

impl<'a> InventoryItemBagDataSink for InventoryItemBagStoreDataSink<'a>[src]

type E = InventoryStoreDataSink<'a>

type I = InventoryItemStoreDataSink<'a>

Loading content...