pub type Result<T> = Result<T, TransportIdentityError>;
Expand description
Result utilizing the [P2PError] as the error type.
Aliased Type§
enum Result<T> {
Ok(T),
Err(TransportIdentityError),
}
pub type Result<T> = Result<T, TransportIdentityError>;
Result utilizing the [P2PError] as the error type.
enum Result<T> {
Ok(T),
Err(TransportIdentityError),
}