InputsGuard

Trait InputsGuard 

Source
pub trait InputsGuard: Send { }
Expand description

RAII token for the inputs.

When this guard is dropped, the inputs may be unmounted/deleted.

Implementors§

Source§

impl<T: Send> InputsGuard for T

Blanket implementation for all types.

It’s up to the inputs provider whether it wants to unmount/delete inputs.