IntoReadable

Trait IntoReadable 

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

Required Methods§

Implementors§

Source§

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

§

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

§

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