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

pub trait BuffDataSink {
    type E: ObjectDataSink;
    pub fn end_buff(self) -> Self::E;
}

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

impl<'a> BuffDataSink for ObjectStoreDataSink<'a>[src]

type E = ObjectStoreDataSink<'a>

Loading content...