pub trait IsPath { // Required method fn get_name(&self) -> &String; }
IsPath trait
Can be used to create a Pansn from a Gfa using NCPath or Path