Type Definition shuttle_service::ServeHandle
source · [−]pub type ServeHandle = JoinHandle<Result<(), Error>>;Expand description
A tokio handle the service was started on
pub type ServeHandle = JoinHandle<Result<(), Error>>;A tokio handle the service was started on