use MacAddr6;
/// Represents a neighboring node in the batman-adv mesh network.
///
/// A neighbor is a directly reachable node within the mesh. This struct provides
/// information about its MAC address, the interface used to reach it, and metrics such as
/// last seen time and optional throughput.