IntoWritable

Trait IntoWritable 

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

Required Methods§

fn into_writable(self) -> Writable<T>

Implementors§

§

impl<T> IntoWritable<T> for State<T>
where T: 'static,

Source§

impl<T: 'static, Value: 'static, Channel: RadioChannel<Value> + 'static> IntoWritable<T> for RadioSliceMut<Value, T, Channel>