pub type StringId<'a> = CowStr<'a>;
A string identifier for a plugin, used to reference it in the app.
pub enum StringId<'a> { Borrowed(&'a str), Owned(SmolStr), }
&str varaiant
Smolstr variant