[][src]Trait pstr::intern::Muterning

pub trait Muterning {
    type Outern: Muterned;
    fn muterned(self) -> Self::Outern;
}

Convert to Mutable on Write Interning String

Associated Types

type Outern: Muterned

Loading content...

Required methods

fn muterned(self) -> Self::Outern

Convert to Mutable on Write Interning String

Loading content...

Implementations on Foreign Types

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

type Outern = MowStr

impl Muterning for Box<str>[src]

type Outern = MowStr

impl Muterning for String[src]

type Outern = MowStr

Loading content...

Implementors

impl Muterning for IStr[src]

type Outern = MowStr

impl Muterning for MowStr[src]

type Outern = MowStr

Loading content...