mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
update
This commit is contained in:
parent
e826e6cee9
commit
cbd2cf7c4a
@ -40,6 +40,9 @@ impl RecordSerGlueCodeGenerator for AstRecordItem {
|
||||
let field_ident = field_ident(field, id);
|
||||
|
||||
let field_serialization = match &field.ty {
|
||||
ParsedType::Boolean(_) => {
|
||||
quote! { raw_record.push(*&#field_ident as _); }
|
||||
}
|
||||
ParsedType::Utf8Str(_) | ParsedType::Utf8String(_) => {
|
||||
quote! {
|
||||
let field_ident_ptr = #field_ident.as_ptr() as usize;
|
||||
|
Loading…
Reference in New Issue
Block a user