Skip to main content

parse_commit_header

Function parse_commit_header 

Source
pub fn parse_commit_header<Tree: FromStr, Parent: FromStr, Signature: FromStr>(
    header: &str,
) -> Result<(Tree, Vec<Parent>, Signature, Signature, Headers), ParseError>