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 Clone for NullHandleError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NullHandleError
[src]

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