Struct realsense_rust::context::CouldNotRemoveDeviceError [−][src]
pub struct CouldNotRemoveDeviceError(pub Rs2Exception, pub String);
Expand description
An error type describing failure to remove a device from a file.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CouldNotRemoveDeviceError
impl Send for CouldNotRemoveDeviceError
impl Sync for CouldNotRemoveDeviceError
impl Unpin for CouldNotRemoveDeviceError
impl UnwindSafe for CouldNotRemoveDeviceError