Type Definition epicbox::broker::stomp::session::ConnectFuture[][src]

pub type ConnectFuture<T> = Box<dyn Future<Item = T, Error = IoError> + Send>;