type E: ObjectDataSink[src]type IB: InventoryBagsDataSink[src]type IG: InventoryGroupsDataSink[src]type II: InventoryItemsDataSink[src]pub fn end_inv(self) -> Self::E[src]pub fn push_attr_csl(self, csl: u32) -> Self[src]pub fn start_bag(self) -> Self::IB[src]pub fn start_grps(self) -> Self::IG[src]pub fn start_items(self) -> Self::II[src]impl<'a> InventoryDataSink for InventoryStoreDataSink<'a>[src]type E = ObjectStoreDataSink<'a>type IB = InventoryStoreDataSink<'a>type IG = InventoryStoreDataSink<'a>type II = InventoryStoreDataSink<'a>pub fn end_inv(self) -> Self::E[src]pub fn push_attr_csl(self, csl: u32) -> Self[src]pub fn start_bag(self) -> Self::IB[src]pub fn start_grps(self) -> Self::IG[src]pub fn start_items(self) -> Self::II[src]