FidlExecutor

Type Alias FidlExecutor 

Source
pub type FidlExecutor<D = CurrentDispatcher> = FidlExecutor<D>;
Expand description

A wrapper around a dispatcher reference object that can be used with the fidl_next bindings to spawn client and server dispatchers on a driver runtime provided async dispatcher.

Aliased Type§

pub struct FidlExecutor<D = CurrentDispatcher>(/* private fields */);

Trait Implementations§

Source§

impl<D: OnDispatcher> RunsTransport<DriverChannel<D>> for FidlExecutor<D>