blob: 3262536561d197c0ba308dc00f29d4f442fc5b00 [file] [log] [blame]
// 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
}