Trait CowStrExt

Source
trait CowStrExt<'a> {
    // Required method
    fn as_str(&'a self) -> &'a str;
}

Required Methods§

Source

fn as_str(&'a self) -> &'a str

Implementations on Foreign Types§

Source§

impl<'a> CowStrExt<'a> for CowStr<'a>

Source§

fn as_str(&'a self) -> &'a str

Implementors§