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