Skip to main content

outline

Function outline 

Source
pub fn outline(
    path: &Path,
    language_hint: Option<&str>,
) -> Result<(Language, Vec<OutlineItem>), HostlibError>
Expand description

Parse path and return a hierarchical outline.