pub type Path<'a> = CowStr<'a>;
The path of the notebook.
pub enum Path<'a> { Borrowed(&'a str), Owned(SmolStr), }
&str varaiant
Smolstr variant