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