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

pub enum AdapterError {
    NotEnoughData,
}

Variants

Trait Implementations

impl Debug for AdapterError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AdapterError
[src]

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

This method tests for !=.

impl Eq for AdapterError
[src]

impl Display for AdapterError
[src]

Formats the value using the given formatter. Read more

impl Error for AdapterError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for AdapterError

impl Sync for AdapterError