| // Code generated by fidlgen; DO NOT EDIT. | |
| package escaping | |
| import ( | |
| _bindings "syscall/zx/fidl" | |
| ) | |
| // "pleaseescapethisdocommentproperly" | |
| type DocCommentWithQuotes struct { | |
| _ struct{} `fidl:"s" fidl_size_v1:"1" fidl_alignment_v1:"1"` | |
| } | |
| var _mDocCommentWithQuotes = _bindings.CreateLazyMarshaler(DocCommentWithQuotes{}) | |
| func (msg *DocCommentWithQuotes) Marshaler() _bindings.Marshaler { | |
| return _mDocCommentWithQuotes | |
| } |