/// The macro's `default` option will implement this trait for the structure.
pubtraitDataStruct{/// Returns the default value of the structure.
fndata_default()->Self;}/// The macro's `const` option will implement this trait for the structure.
pubtraitConstDataStruct{/// The constant default value of the structure.
constDEFAULT:Self;}