pub type PyStrInterned = PyInterned<PyStr>;
Expand description

The unique reference of interned PyStr Always intended to be used as a static reference

Trait Implementations§

source§

impl AsRef<str> for PyStrInterned

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Display for PyStrInterned

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more