macro_rules! extract_toml_frontmatter {
() => { ... };
}Available on crate feature
toml only.Expand description
Extracts, parses, and returns the TOML frontmatter.
ยงPanics
Panics if the frontmatter cannot be found or if its contents cannot be parsed.