pub trait Type { // Required method fn header(&self) -> &Header; }
Common methods for all BTF types
Returns the type header