Trait IsPath

Source
pub trait IsPath {
    // Required method
    fn get_name(&self) -> &String;
}
Expand description

IsPath trait

Can be used to create a Pansn from a Gfa using NCPath or Path

Required Methods§

Source

fn get_name(&self) -> &String

Implementors§