Skip to main content

ImDocument

Type Alias ImDocument 

Source
pub type ImDocument<S> = Document<S>;
👎Deprecated since 0.23.0:

Replaced with Document

Expand description

Type representing a parsed TOML document

Aliased Type§

pub struct ImDocument<S> {
    pub(crate) root: Item,
    pub(crate) trailing: RawString,
    pub(crate) raw: S,
}

Fields§

§root: Item§trailing: RawString§raw: S