IntoWritable

Trait IntoWritable 

Source
pub trait IntoWritable<T: 'static> {
    // Required method
    fn into_writable(self) -> Writable<T>;
}

Required Methods§

Implementors§

Source§

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