Struct janus_plugin::session::NullHandleError
[−]
[src]
pub struct NullHandleError;
An error indicating that someone handed us a null plugin session handle.
Trait Implementations
impl Debug for NullHandleError[src]
impl Clone for NullHandleError[src]
fn clone(&self) -> NullHandleError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for NullHandleError[src]
impl Error for NullHandleError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more