Function offer_generic_channel

Source
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.