blob: fead6fb8336b677195a6d1af079bec4e7f03b218 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
package escaping
import (
_bindings "syscall/zx/fidl"
)
const (
Basic string = "'\"\\\n\r\t"
Dollar string = "$"
DollarBrace string = "${"
Max string = "\U0010ffff"
Null string = "\x00"
SmileLeadingZero string = "😀"
SmileLiteral string = "😀"
SmileLower string = "😀"
SmileUpper string = "😀"
)
// "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
}