spade_
mir
0.13.0
Into
Unit
Name
Required Methods
_test_into_unit_name
Implementations on Foreign Types
str
Implementors
In spade_
mir::
unit_
name
spade_mir
::
unit_name
Trait
IntoUnitName
Copy item path
Source
pub trait IntoUnitName { // Required method fn
_test_into_unit_name
(&self) ->
UnitName
; }
Required Methods
§
Source
fn
_test_into_unit_name
(&self) ->
UnitName
Implementations on Foreign Types
§
Source
§
impl
IntoUnitName
for
str
Source
§
fn
_test_into_unit_name
(&self) ->
UnitName
Implementors
§
Source
§
impl
IntoUnitName
for
UnitName
Source
§
impl<'a, T>
IntoUnitName
for T
where T:
AsRef
<[&'a
str
]>,