#[doc(hidden)] pub struct Interned(&'static str, GILOnceCell<Py<PyString>>);
Implementation detail for intern! macro.
intern!
0: &'static str
1: GILOnceCell<Py<PyString>>
Creates an empty holder for an interned str.
str
Gets or creates the interned str value.