Type Alias Declaration

Source
pub type Declaration = String;
Expand description

The type that we use to represent the declaration of the Borsh type.

Aliased Typeยง

struct Declaration { /* private fields */ }