pub trait CursorMutSpecFns<Key, Value>: View<V = CursorMutModel<Key, Value>> + Sized {
// Required method
spec fn final_map(self) -> Map<Key, Value>;
}Expand description
Abstract and prophetic state for mutable B-tree cursors.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".