Struct notify_rust::server::NotificationServer
[−]
[src]
pub struct NotificationServer { pub counter: Cell<u32>, pub stop: Cell<bool>, }
Fields
counter: Cell<u32>
stop: Cell<bool>