Skip to main content

author_git_to_vec

Function author_git_to_vec 

Source
pub fn author_git_to_vec(git: &Git) -> Result<Vec<u8>, GitError>
Expand description

Authors the GIT file the typed view describes, as bytes.

ยงErrors

GitError::Gff when a value will not encode. Writing into a Vec has no I/O to fail at.