IntoReadable
freya_
core
0.4.0-rc.9
Into
Readable
Required Methods
into_readable
Implementors
In freya_
core::
lifecycle::
readable
freya_core
::
lifecycle
::
readable
Trait
Into
Readable
Copy item path
Source
pub trait IntoReadable<T: 'static> { // Required method fn
into_readable
(self) ->
Readable
<T>; }
Required Methods
§
Source
fn
into_readable
(self) ->
Readable
<T>
Implementors
§
Source
§
impl<T: 'static>
IntoReadable
<T> for
State
<T>