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

Implementors§