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

pub trait InventoryBagDataSink {
    type E: InventoryBagsDataSink;
    pub fn push_attr_t(self, v: u32) -> Self;
pub fn push_attr_m(self, v: u32) -> Self;
pub fn end_b(self) -> Self::E; }

Associated Types

Loading content...

Required methods

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

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

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

Loading content...

Implementors

impl<'a> InventoryBagDataSink for InventoryBagStoreDataSink<'a>[src]

type E = InventoryStoreDataSink<'a>

Loading content...