Type Definition kitsune_p2p_types::transport::TransportResult[][src]

pub type TransportResult<T> = Result<T, TransportError>;
Expand description

Result type for remote communication.