sync_
readme
0.0.0
CowStr
Ext
Required Methods
as_str
Implementations on Foreign Types
CowStr<'a>
Implementors
In sync_
readme::
content::
rustdoc::
intra_
link
sync_readme
::
content
::
rustdoc
::
intra_link
Trait
CowStrExt
Copy item path
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
§