Trait runa_orbiter::shell::buffers::HasBuffer
source · 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§
sourcetype Buffer: BufferLike
type Buffer: BufferLike
The buffer type