Skip to main content

parse_first_word

Function parse_first_word 

Source
pub fn parse_first_word(
    input: KconfigInput<'_>,
) -> IResult<KconfigInput<'_>, KconfigInput<'_>>
Expand description

A first word is 'something here' or "something here" or just a normal word without spaces. It is used in places where Kconfig allows either a string or a symbol, such as in default attributes.