ixa::report

Trait Report

Source
pub trait Report: 'static {
    // Required methods
    fn type_id(&self) -> TypeId;
    fn serialize(&self, writer: &mut Writer<File>);
}

Required Methods§

Source

fn type_id(&self) -> TypeId

Source

fn serialize(&self, writer: &mut Writer<File>)

Implementors§