Searched defs:ConfirmationWatcher (Results 1 – 1 of 1) sorted by relevance
43 pub fn new(db: T) -> (Self, ConfirmationWatcher) { in new() argument98 pub struct ConfirmationWatcher(mpsc::Sender<()>); struct100 impl ConfirmationWatcher { impl