Trait git_repository::prelude::ObjectAccessExt[][src]

pub trait ObjectAccessExt: Access + Sized {
    fn find_object(
        &self,
        id: impl Into<ObjectId>
    ) -> Result<ObjectRef<'_, Self>, Error> { ... }
fn try_find_object(
        &self,
        id: impl Into<ObjectId>
    ) -> Result<Option<ObjectRef<'_, Self>>, Error> { ... } }

Provided methods

Implementors