IntoReadable

Trait IntoReadable 

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

Required Methods§

fn into_readable(self) -> Readable<T>

Implementors§

§

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

Source§

impl<T: 'static, Value: 'static, Channel: RadioChannel<Value> + 'static> IntoReadable<T> for RadioSlice<Value, T, Channel>

Source§

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