freya_
core
0.4.0-alpha.4
Into
Element
Required Methods
into_element
Implementors
In freya_
core::
element
freya_core
::
element
Trait
IntoElement
Copy item path
Source
pub trait IntoElement { // Required method fn
into_element
(self) ->
Element
; }
Required Methods
§
Source
fn
into_element
(self) ->
Element
Implementors
§
Source
§
impl<T:
Into
<
Element
>>
IntoElement
for T