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.
pub trait Bufferable: InMemoryBufferable + Encodable { }
An item that can be buffered.
This supertrait serves as the base trait for any item that can be pushed into a buffer.