Type Alias libp2p_networking::network::cbor::Behaviour
source · pub type Behaviour<Req, Resp> = Behaviour<Cbor<Req, Resp>>;Expand description
Behaviour type alias for the Cbor codec
Aliased Type§
struct Behaviour<Req, Resp> { /* private fields */ }