| 147 | #[derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)] |
| 148 | #[archive_attr(derive(Debug, Clone, Copy, Hash, PartialEq, Eq))] |
| 149 | pub struct Frame { |
| 150 | pub id: FrameId, |
| 151 | pub kind: FrameKind, |
| 152 | } |
| 153 | |
| 154 | impl Default for Frame { |
| 155 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected