pub trait Buffer:
Cursor
+ Query
+ BufferEdit
+ Search
+ Sealed
+ Send { }Expand description
Buffer super-trait — the pre-1.0 contract every backend implements.
Sealed to the engine’s own crate family (in-tree
hjkl_buffer::Buffer is the canonical impl). Pre-0.1.0 the engine
reserves the right to add methods on patch bumps; downstream
consumers depend on the full trait without naming
[sealed::Sealed].