Skip to main content

write_gff_to_vec

Function write_gff_to_vec 

Source
pub fn write_gff_to_vec(gff: &Gff) -> Result<Vec<u8>, GffBinaryError>
Expand description

Serializes a GFF to a byte vector.

ยงErrors

Every non-I/O failure write_gff describes. The Vec target has no I/O to fail at.