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§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".