pub fn exception_id(name: &str) -> Option<ExceptionId>
Expand description
Attempts to find an ExceptionId
for the string
assert!(spdx::exception_id("LLVM-exception").is_some());
pub fn exception_id(name: &str) -> Option<ExceptionId>
Attempts to find an ExceptionId
for the string
assert!(spdx::exception_id("LLVM-exception").is_some());