pub fn with_registry_mut<R, F: FnOnce(&mut DeviceRegistry) -> R>(
f: F,
) -> Option<R>Expand description
Access the device registry mutably through a closure
pub fn with_registry_mut<R, F: FnOnce(&mut DeviceRegistry) -> R>(
f: F,
) -> Option<R>Access the device registry mutably through a closure