pub trait HasBuffer {
    type Buffer: BufferLike;
}
Expand description

The server context has a buffer type

This is used to allow the user to define their own buffer type.

Required Associated Types§

source

type Buffer: BufferLike

The buffer type

Implementors§