pub trait RunsTransport<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.
pub trait RunsTransport<T: ?Sized> { }
Identifies an executor as being able to run a transport.
Implementing RunsTransport
is optional and only enables some more
convenient spawning APIs.