use ;
pub use *;
pub use *;
pub use *;
/// [`Delegate`] is the trait that clients must implement if they want to hook
/// into the gossip layer of [`Serf`](crate::Serf). All the methods must be thread-safe,
/// as they can and generally will be called concurrently.