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]

[src]

Formats the value using the given formatter.

impl Error for NullHandleError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for NullHandleError
[src]

[src]

Formats the value using the given formatter. Read more