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