[][src]Function seq_io::fasta::write_wrap_seq

pub fn write_wrap_seq<W>(writer: W, seq: &[u8], wrap: usize) -> Result<()> where
    W: Write

Writes the sequence line, and wraps the output to a maximum width specified by wrap.