[][src]Type Definition iced_futures::executor::Tokio

type Tokio = Runtime;
This is supported on feature="tokio" only.

A tokio runtime.

Trait Implementations

impl Executor for Tokio[src]