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