Correct layer configs

This commit is contained in:
Connor Slade
2024-06-19 15:56:44 -04:00
parent b55f2f8ac1
commit f65f4638c3
5 changed files with 73 additions and 13 deletions

View File

@@ -111,3 +111,9 @@ impl Serializer for DynamicSerializer {
self.buffer.extend_from_slice(&data.data);
}
}
impl Default for DynamicSerializer {
fn default() -> Self {
Self::new()
}
}