IntoReadable

Trait IntoReadable 

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

Required Methods§

Implementors§

Source§

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