[][src]Trait pstr::Muterning

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

Associated Types

Loading content...

Required methods

fn muterned(self) -> Self::Outern

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...