Trait interned_string::Intern

source ·
pub trait Intern {
    // Required method
    fn intern(self) -> IString
       where Self: Sized;
}

Required Methods§

source

fn intern(self) -> IString
where Self: Sized,

Implementations on Foreign Types§

source§

impl Intern for &str

source§

impl Intern for String

Implementors§