IntoWritable

Trait IntoWritable 

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

Required Methods§

Implementors§

Source§

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

§

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