pub trait UseArpFrameMetadataBlanket { }
Expand description

Enables a blanket implementation of [SendableFrameData] for [ArpFrameMetadata].

Implementing this marker trait for a type enables a blanket implementation of SendableFrameData given the other requirements are met.

Implementors§