NoticeStorage

Type Alias NoticeStorage 

Source
pub type NoticeStorage = Arc<Mutex<Vec<Notice>>>;
Expand description

Thread-safe storage for collected notices

Aliased Typeยง

pub struct NoticeStorage { /* private fields */ }