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