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