Return the description for the optional dependency, if it exists
(&self)
| 256 | description: Option<String>, |
| 257 | } |
| 258 | |
| 259 | impl OptionalDependency { |
| 260 | /// Create a new OptionalDependency in a Result |
| 261 | pub fn new( |
| 262 | package_relation: PackageRelation, |
| 263 | description: Option<String>, |
nothing calls this directly
no outgoing calls
no test coverage detected