Derive Macro tetsy_libp2p_core_derive::NetworkBehaviour[][src]

#[derive(NetworkBehaviour)]
{
    // Attributes available to this derive:
    #[behaviour]
}

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