Trait RunsTransport

pub trait RunsTransport<T>
where T: ?Sized,
{ }
Expand description

Identifies an executor as being able to run a transport.

Implementing RunsTransport is optional and only enables some more convenient spawning APIs.

Implementors§

§

impl RunsTransport<Channel> for FuchsiaAsync

§

impl<E> RunsTransport<Mpsc> for E
where E: RunsTransport<Mpsc>,

§

impl<E> RunsTransport<Mpsc> for E