notifier_hub 0.1.2

A simple cannal subscribtion system
Documentation
1
2
3
4
5
/// This trait should implement message if you want to use shutdown-kind methods in the hub.
pub trait ClosableMessage {
    /// Returns the designated close message for this type.
    fn get_close_message() -> Self;
}