pub fn to_record_with_header<W: Write, R: Rng>(
    w: &mut W,
    faker: &mut Faker<R>,
    file_type: FileType,
    header_options: &[(String, FakeOption)]
) -> Result<()>
Expand description

one record with header