pub fn outline(
path: &Path,
language_hint: Option<&str>,
) -> Result<(Language, Vec<OutlineItem>), HostlibError>Expand description
Parse path and return a hierarchical outline.
pub fn outline(
path: &Path,
language_hint: Option<&str>,
) -> Result<(Language, Vec<OutlineItem>), HostlibError>Parse path and return a hierarchical outline.