pub struct SharedRootHandle { /* private fields */ }Expand description
A shared root: keeps the native watcher armed and the reconciler
reachable. Engines hold an Arc; when the last one drops, the watcher
disarms, the reconciler’s inbox disconnects, and its thread exits.
Implementations§
pub fn key(&self) -> &RootKey
Sourcepub fn hint_sender(&self) -> HintSender
pub fn hint_sender(&self) -> HintSender
A hint sender for tests and embedders with their own change source.
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more