toml_edit::parser::prelude

Type Alias Input

source
pub(crate) type Input<'b> = Stateful<Located<&'b BStr>, RecursionCheck>;

Aliased Type§

struct Input<'b> {
    pub input: Located<&'b BStr>,
    pub state: RecursionCheck,
}

Fields§

§input: Located<&'b BStr>

Inner input being wrapped in state

§state: RecursionCheck

User-provided state