pub type ImDocument<S> = Document<S>;👎Deprecated since 0.23.0: Replaced with
DocumentExpand 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