Skip to main content

BufferInterfaceBase

Trait BufferInterfaceBase 

Source
pub trait BufferInterfaceBase {
    type Error;
    type AddressType: Address;
}
Expand description

Common properties shared by BufferInterface & AsyncBufferInterface

Required Associated Types§

Source

type Error

The error type

Source

type AddressType: Address

The address type used by this interface

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<T: BufferInterfaceBase> BufferInterfaceBase for &mut T

Implementors§