Skip to main content

GfaEdgeData

Trait GfaEdgeData 

Source
pub trait GfaEdgeData {
    // Required method
    fn overlap(&self) -> u16;
}

Required Methods§

Source

fn overlap(&self) -> u16

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§