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

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

Associated Types

Required methods

Implementors