Struct notify_rust::server::NotificationServer [] [src]

pub struct NotificationServer {
    pub counter: Cell<u32>,
    pub stop: Cell<bool>,
}

Fields

Methods

impl NotificationServer
[src]