Skip to main content

IsPath

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§