Skip to main content

Crate reovim_tui_mod_notification

Crate reovim_tui_mod_notification 

Source
Expand description

Notification toast chrome module.

Displays stacked toast notifications in the top-right corner. Each toast auto-dismisses after a configurable timeout (default 4s). Progress notifications remain until dismissed by the server. Native ClientModule implementation (no TuiExtension bridge).

Structs§

NotificationModule
Notification toast chrome module.
SystemClock
Production clock using std::time::Instant::now().

Traits§

Clock
A monotonic clock source.