pub fn parse_interface_c(
value: &str,
) -> Result<InterfaceRequirement<CStandard>, LanguageStandardParseError>Expand description
Parse one interface-c-standard value: none or a single C
standard (ranges are reserved; see CStandard::parse).
ยงErrors
Propagates CStandard::parse errors for anything but none.