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