github.com/MrKrisYu/mobile@v0.0.0-20230923092425-9be92a9aeacc/bind/testdata/issue12403.go (about)

     1  package issue12403
     2  
     3  type Parsable interface {
     4  	FromJSON(jstr string) string
     5  	ToJSON() (string, error)
     6  }