[][src]Function seq_io::fasta::write_seq_iter

pub fn write_seq_iter<'a, W, S, L>(writer: W, seq: S) -> Result<()> where
    W: Write,
    S: IntoIterator<Item = L>,
    L: Borrow<[u8]>, 

Writes the sequence line from an iterator of lines.