Type Definition influent::client::ClientReadResult

source ·
pub type ClientReadResult = Box<dyn Future<Item = String, Error = ClientError> + Send>;