var github.com/google/safehtml/template.fmtStringerType

2 uses

	github.com/google/safehtml/template (current package)
		escape.go#L802: 	fmtStringerType = reflect.TypeOf((*fmt.Stringer)(nil)).Elem()
		escape.go#L813: 	for !v.Type().Implements(fmtStringerType) && !v.Type().Implements(errorType) && v.Kind() == reflect.Ptr && !v.IsNil() {