Module guard

Source
Expand description

Connection guard for automatic disconnect on drop.

This module provides RAII-style connection management for Aranet devices, ensuring that connections are properly closed when the guard goes out of scope.

Structsยง

DeviceGuard
A guard that automatically disconnects from the device when dropped.
SharedDeviceGuard
A guard for Arc-wrapped devices.