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