Type Definition borsh::schema::FieldName [−][src]
type FieldName = String;
Expand description
The name of the field in the struct (can be used to convert JSON to Borsh using the schema).
type FieldName = String;
The name of the field in the struct (can be used to convert JSON to Borsh using the schema).