| 64 | #[cfg_attr(feature = "serde", derive(serde::Serialize))] |
| 65 | #[derive(Debug)] |
| 66 | pub struct OverflowStringTableEntry { |
| 67 | pub offset: u32, |
| 68 | pub length: u32, |
| 69 | } |
| 70 | |
| 71 | impl Serializable for OverflowStringTableEntry { |
| 72 | type Version = u32; |
nothing calls this directly
no outgoing calls
no test coverage detected