1 2 3 4
use crate::Notification; use kaspa_utils::channel::Channel; pub type NotificationChannel = Channel<Notification>;