pub type KconfigInput<'a> = LocatedSpan<&'a str, KconfigFile>;Expand description
KconfigInput is a struct gathering a KconfigFile and its associated content.
Aliased Type§
pub struct KconfigInput<'a> {
pub extra: KconfigFile,
/* private fields */
}Fields§
§extra: KconfigFileExtra information that can be embedded by the user. Example: the parsed file name