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