Documentation
1
2
3
4
5
//! Defines the [`TransportError`] type.

#![cfg(feature = "full")]
#[deprecated(since = "2.1.0", note = "Use atlas_transaction_error crate instead")]
pub use atlas_transaction_error::{TransportError, TransportResult as Result};