IntoReadable

Trait IntoReadable 

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

Required Methods§

fn into_readable(self) -> Readable<T>

Implementors§

§

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