pub trait NodePeek<R> { // Required methods fn vnode_key(&self) -> &[u8] ⓘ; fn into_row(self: Box<Self>) -> R; }