Skip to main content

GraphEntry

Trait GraphEntry 

Source
pub trait GraphEntry {
    type Idx;
    type Weight;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<Idx, W> GraphEntry for Edge<Idx, W>