Module rings_core::swarm::callback
source · Expand description
Callback interface for swarm
Structs§
- InnerSwarmCallback wraps SharedSwarmCallback with inner handling for a specific connection.
Enums§
- Used to notify the application of events that occur in the swarm.
Traits§
- Any object that implements this trait can be used as a callback for the swarm.
Type Aliases§
- The InnerSwarmCallback will accept shared SwarmCallback trait object.