use_radio_station

Function use_radio_station 

pub fn use_radio_station<Value, Channel>() -> RadioStation<Value, Channel>
where Channel: RadioChannel<Value>, Value: 'static,
Available on crate feature radio only.