pub struct ManagedBufferBuilderImplBasic<M>where
M: ManagedTypeApi,{ /* private fields */ }Expand description
Basic implementation of a ManagedBuffer builder, no caching.
It is the ManagedBuffer itself, we just append to it each time.
pub struct ManagedBufferBuilderImplBasic<M>where
M: ManagedTypeApi,{ /* private fields */ }Basic implementation of a ManagedBuffer builder, no caching.
It is the ManagedBuffer itself, we just append to it each time.