//! # Transport Response
//!
//! This module contains the `TransportResponse` struct.
//!
//! This struct is used to represent the response from a request to the [`PubNub API`].
//! It is used as the response type for the [`Transport`] trait.
//!
//! [`Transport`]: ../transport/trait.Transport.html
//! [`PubNub API`]: https://www.pubnub.com/docs
use crate;
/// This struct is used to represent the response from a request to the [`PubNub API`].
/// It is used as the response type for the [`Transport`] trait.
///
/// [`Transport`]: ../transport/trait.Transport.html
/// [`PubNub API`]: https://www.pubnub.com/docs