Sign in
go
/
mobile
/
08a83c5af9f8c7088ee059144335eec7fbbdb32c
/
.
/
bind
/
testdata
/
issue12403.go
blob: bf55567651eadcf8ff355dae95f609802ef95dca [
file
]
package issue12403
type Parsable interface {
FromJSON(jstr string) string
ToJSON() (string, error)
}