Function header

Source
pub fn header(browser: &mut Browser<'_>, sha1: Oid) -> Result<Header, Error>
Expand description

Retrieves the Header for the given sha1.

§Errors

Will return Error if the project doesn’t exist or the surf interaction fails.