pub fn none(
_id: ObjectId,
_buf: &mut Vec<u8>,
) -> Result<Option<(Kind, &[u8])>, Infallible>
Expand description
A function for use in crate::file::ReferenceExt::peel_to_id_in_place()
to indicate no peeling should happen.
pub fn none(
_id: ObjectId,
_buf: &mut Vec<u8>,
) -> Result<Option<(Kind, &[u8])>, Infallible>
A function for use in crate::file::ReferenceExt::peel_to_id_in_place()
to indicate no peeling should happen.