pub async fn offer_generic_channel(
driver: &impl Spawn,
bus: &(impl ParentBus + ?Sized),
channel: Box<dyn VmbusDevice>,
) -> Result<ChannelHandle<dyn VmbusDevice>>
Expand description
Offers a new channel with the type erased.
pub async fn offer_generic_channel(
driver: &impl Spawn,
bus: &(impl ParentBus + ?Sized),
channel: Box<dyn VmbusDevice>,
) -> Result<ChannelHandle<dyn VmbusDevice>>
Offers a new channel with the type erased.