Skip to main content

impl_edgeable

Macro impl_edgeable 

Source
macro_rules! impl_edgeable {
    ($type:ty) => { ... };
}
Expand description

A macro for easily implementing the Edgeable trait for types with an edges field.

The target type must have an edges: Edges field for this macro to work.