pub type Path = Vec<Pos>;
The path corresponding to an alignment of two sequences.
pub struct Path { /* private fields */ }