IntoReadable

Trait IntoReadable 

Source
pub trait IntoReadable<T>
where T: 'static,
{ // Required method fn into_readable(self) -> Readable<T>; }

Required Methods§

Implementors§

Source§

impl<T> IntoReadable<T> for State<T>
where T: 'static,