pub fn no_find<'a>(
    _: &oid,
    _: &'a mut Vec<u8, Global>
) -> Option<TreeRefIter<'a>>
Expand description

An implementation of a find function that never finds or returns any object, a no-op.