freya
0.4.0-alpha.4
Into
Element
Required Methods
into_element
Implementors
In freya::
prelude
freya
::
prelude
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>
IntoElement
for T
where T:
Into
<
Element
>,