AsStr
assembler
0.1.0
AsStr
Required Methods
as_str
Implementations on Foreign Types
&str
String
Implementors
In assembler::
glyph
assembler
::
glyph
Trait
AsStr
Copy item path
Source
trait AsStr { // Required method fn
as_str
(&self) -> &
str
; }
Required Methods
§
Source
fn
as_str
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
AsStr
for &
str
Source
§
fn
as_str
(&self) -> &
str
Source
§
impl
AsStr
for
String
Source
§
fn
as_str
(&self) -> &
str
Implementors
§