IntoWritable

Trait IntoWritable 

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

Required Methods§

fn into_writable(self) -> Writable<T>

Implementors§

§

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