pub type OwnedAsyncCanDriver<'d> = AsyncCanDriver<'d, CanDriver<'d>>;

Aliased Type§

struct OwnedAsyncCanDriver<'d> { /* private fields */ }