Trait BuffDataSink
assembly_data::xml::obj::sink
pub trait BuffDataSink { type E: ObjectDataSink; pub fn end_buff(self) -> Self::E; }
type E: ObjectDataSink
pub fn end_buff(self) -> Self::E
impl<'a> BuffDataSink for ObjectStoreDataSink<'a>
type E = ObjectStoreDataSink<'a>