Type Definition meio_connect::server::actor::SvcFut[][src]

type SvcFut<T, E> = Pin<Box<dyn Future<Output = Result<T, E>> + Send>>;