Skip to main content

BufferInterfaceError

Trait BufferInterfaceError 

Source
pub trait BufferInterfaceError {
    type Error;
}
Expand description

Common error definition for (async) BufferInterface

Required Associated Types§

Source

type Error

The error type

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§