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