Derive Macro libp2p_swarm::NetworkBehaviour

source ·
#[derive(NetworkBehaviour)]
{
    // Attributes available to this derive:
    #[behaviour]
}
Available on crate feature macros only.
Expand description

Generates a delegating NetworkBehaviour implementation for the struct this is used for. See the trait documentation for better description.