pub type ConfigInInput<'a> = LocatedSpan<&'a str, ConfigInFile>;Aliased Type§
pub struct ConfigInInput<'a> {
pub extra: ConfigInFile,
/* private fields */
}Fields§
§extra: ConfigInFileExtra information that can be embedded by the user. Example: the parsed file name