pub trait MapSeekTarget<K> { // Required method fn cmp_cursor(&self, cursor_location: &K) -> Ordering; }