Trait vector_buffers::Bufferable

source ·
pub trait Bufferable: InMemoryBufferable + Encodable { }
Expand description

An item that can be buffered.

This supertrait serves as the base trait for any item that can be pushed into a buffer.

Object Safety§

This trait is not object safe.

Implementors§