Type Definition fastobo::ast::StringType

source ·
pub type StringType = SmartString<Compact>;
Expand description

The inner string type used to store text.

If fastobo is compiled with the smartstring feature enabled, then this type will be smartstring::SmartString. Otherwise, plain String is used.