Trait bio::utils::IntoTextIterator[][src]

pub trait IntoTextIterator<'a>: IntoIterator<Item = &'a u8> { }

Type alias for a type that can be coerced into a TextIterator. This includes &Vec<u8>, &[u8], Iterator<Item=&u8>.

Implementors