pub trait CursorMutAdditionalSpecFns<Key, Value>: Sized {
// Required methods
spec fn view(&self) -> CursorMutModel<Key, Value>;
spec fn final_map(self) -> Map<Key, Value>;
}Expand description
Additional abstract and prophetic state for mutable B-tree cursors.
Required Methods§
Sourcespec fn view(&self) -> CursorMutModel<Key, Value>
spec fn view(&self) -> CursorMutModel<Key, Value>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.