Returns the default [`PackageDescription`]. Following the default for [`String`], this returns a [`PackageDescription`] wrapping an empty string.
()
| 76 | .context(StrContext::Label("package type")) |
| 77 | .context(StrContext::Expected(StrContextValue::Description( |
| 78 | "a string consisting of alphabetic characters", |
| 79 | ))) |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | /// Description of a package |
nothing calls this directly
no outgoing calls
no test coverage detected