pub type GitOutcome = Result<Record<Root>, Label>;
The Outcome of an Atom publish attempt to a Git store.
pub enum GitOutcome { Ok(Record<Root>), Err(Label), }
Contains the success value
Contains the error value