Function use_radio_station

Source
pub fn use_radio_station<Value, Channel>() -> RadioStation<Value, Channel>
where Channel: RadioChannel<Value>, Value: 'static,