pub fn serialize<T>(ty: &T) -> Result<Vec<u8>, SerializeError>where T: Serialize,
Serialize a value using the default canic serializer.
canic
This helper keeps the error type aligned with the rest of icydb.
icydb