Type Alias borsh::schema::FieldName

source ·
pub type FieldName = String;
Expand description

The name of the field in the struct (can be used to convert JSON to Borsh using the schema).

Aliased Type§

struct FieldName { /* private fields */ }