blob: bedef076c9d4ef1e153b3e27447cd1c8ba68d48e [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_v2:"1" fidl_alignment_v2:"1"`
}
var _mDocCommentWithQuotes = _bindings.CreateLazyMarshaler(DocCommentWithQuotes{})
func (msg *DocCommentWithQuotes) Marshaler() _bindings.Marshaler {
return _mDocCommentWithQuotes
}