IntoElement
freya_
testing
0.4.0-rc.6
Into
Element
Required Methods
into_element
Implementors
In freya_
testing::
prelude
freya_testing
::
prelude
Trait
Into
Element
Copy item path
pub trait IntoElement { // Required method fn
into_element
(self) ->
Element
; }
Required Methods
§
fn
into_element
(self) ->
Element
Implementors
§
§
impl<T>
IntoElement
for T
where T:
Into
<
Element
>,