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

pub trait InventoryBagsDataSink {
    type E: InventoryDataSink;
    type B: InventoryBagDataSink;
    pub fn end_bag(self) -> Self::E;
pub fn start_b(self) -> Self::B; }

Associated Types

Loading content...

Required methods

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

pub fn start_b(self) -> Self::B[src]

Loading content...

Implementors

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

type E = InventoryStoreDataSink<'a>

type B = InventoryBagStoreDataSink<'a>

Loading content...