pub trait IntoReadable<T>where
T: 'static,{
// Required method
fn into_readable(self) -> Readable<T>;
}Available on crate feature
radio only.pub trait IntoReadable<T>where
T: 'static,{
// Required method
fn into_readable(self) -> Readable<T>;
}radio only.