ChatBehaviour

Type Alias ChatBehaviour 

Source
pub type ChatBehaviour = Behaviour<ChatCodec>;
Expand description

The libp2p request_response behaviour for the chat protocol.

Aliased Typeยง

pub struct ChatBehaviour { /* private fields */ }