pub trait Tag: Eq {
    // Required method
    fn is_supported(&self) -> bool;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Tag for FrameType

source§

impl Tag for MgmtSubtype

Implementors§