blob: a2595df334d54e5b95c03ea39f8eec26cfdd9ee3 [file] [log] [blame]
// Code generated by fidlgen; DO NOT EDIT.
package escapeme
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
}