Skip to main content

ObsDropGuard

Trait ObsDropGuard 

Source
pub trait ObsDropGuard: Debug { }
Expand description

This should be implemented for any struct that releases OBS resources when dropped

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§