[][src]Trait pstr::intern::Interning

pub trait Interning {
    type Outern: Interned;
    fn interned(self) -> Self::Outern;
}

Convert to Interning String

Associated Types

type Outern: Interned

Loading content...

Required methods

fn interned(self) -> Self::Outern

Convert to Interning String

Loading content...

Implementations on Foreign Types

impl<'_> Interning for &'_ str[src]

type Outern = IStr

impl Interning for Box<str>[src]

type Outern = IStr

impl Interning for String[src]

type Outern = IStr

Loading content...

Implementors

impl Interning for IStr[src]

type Outern = IStr

impl Interning for MowStr[src]

type Outern = MowStr

Loading content...