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.
macro_rules! impl_edgeable {
($type:ty) => { ... };
}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.