Skip to main content

Path

Type Alias Path 

Source
pub type Path<'a> = CowStr<'a>;
Expand description

The path of the notebook.

Aliased Type§

pub enum Path<'a> {
    Borrowed(&'a str),
    Owned(SmolStr),
}

Variants§

§

Borrowed(&'a str)

&str varaiant

§

Owned(SmolStr)

Smolstr variant