Struct bio::io::gff::Writer
[−]
[src]
pub struct Writer<W: Write> { // some fields omitted }
A GFF writer.
Methods
impl Writer<File>
[src]
fn to_file<P: AsRef<Path>>(path: P, fileformat: GffType) -> Result<Self>
Write to a given file path in given format.