pub trait ConnectExecutor<T, B>: TypedExecutor<Background<T, B>>{ }Expand description
Executor that will spawn the background connection task.
pub trait ConnectExecutor<T, B>: TypedExecutor<Background<T, B>>{ }Executor that will spawn the background connection task.