Type Definition qp2p::Result[][src]

type Result<T, E = Error> = Result<T, E>;

Result used by QuicP2p.