Add a new-type pattern struct BoxedLibrary(Box<Library>)
#28
Labels
enhancement
New feature or request
struct BoxedLibrary(Box<Library>)
#28
This should implement
Serialize
andDeserialize<'de>
explicitly.impl<'de> Deserialize<'de>
:Deserialize
Vec
fields normally, but array fields should be deserialzed onef32
orQuat
at a time, writing to the member field as if it were a 1D array.impl Serialize
Serialize
Vec
fields normally, but array fields should be Serialzed onef32
orQuat
at a time, writing from the member field as if it were a 1D array.The text was updated successfully, but these errors were encountered: