Trait dgen::OutputType

source ·
pub trait OutputType {
    fn write_output(&self, writer: &mut DataGenOutput<'_>) -> Result<u64, Error>;
}

Required Methods

Implementations on Foreign Types

Implementors