pub trait Output {
    fn write(&mut self, data: RecordData);
}

Required Methods

Implementors