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 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