Enum gst_plugin::adapter::AdapterError [] [src]

pub enum AdapterError {
    NotEnoughData,
}

Variants

Trait Implementations

impl Debug for AdapterError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AdapterError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for AdapterError
[src]

impl Display for AdapterError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for AdapterError
[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